#FFF0F5
lavenderblush
#FFF0F5 is a magenta colour. In RGB it is 255 red, 240 green and 245 blue, which converts to a hue of 340 degrees, 100% saturation and 97% lightness. It is one of the named CSS colours, written as lavenderblush in stylesheets.
Color values
| HEX | #FFF0F5 |
|---|---|
| RGB | rgb(255, 240, 245) |
| HSL | hsl(340, 100%, 97%) |
| HSV | hsv(340, 6%, 100%) |
| CMYK | cmyk(0%, 6%, 4%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.1:1, and against black it is 19.03:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.1:1 | Fail | Fail |
| Black | 19.03:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF0F5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF0F5; |
|---|---|
| CSS rgb() | color: rgb(255 240 245); |
| Tailwind | bg-[#fff0f5] |
| SwiftUI | Color(red: 1.000, green: 0.941, blue: 0.961) |
| Android | Color.parseColor("#FFF0F5") |