#F5F3FF
Tailwind violet-50
#F5F3FF is a blue colour. In RGB it is 245 red, 243 green and 255 blue, which converts to a hue of 250 degrees, 100% saturation and 98% lightness. It is Tailwind violet-50 in that design system's palette.
Color values
| HEX | #F5F3FF |
|---|---|
| RGB | rgb(245, 243, 255) |
| HSL | hsl(250, 100%, 98%) |
| HSV | hsv(250, 5%, 100%) |
| CMYK | cmyk(4%, 5%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.1:1, and against black it is 19.15: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.15:1 | AAA | AAA |
Tints and shades
Lighter tints move #F5F3FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F5F3FF; |
|---|---|
| CSS rgb() | color: rgb(245 243 255); |
| Tailwind | bg-[#f5f3ff] |
| SwiftUI | Color(red: 0.961, green: 0.953, blue: 1.000) |
| Android | Color.parseColor("#F5F3FF") |
Closest named color
The nearest CSS colour keyword to #F5F3FF is ghostwhite (#F8F8FF).