#EFF6FF
Tailwind blue-50
#EFF6FF is a blue colour. In RGB it is 239 red, 246 green and 255 blue, which converts to a hue of 214 degrees, 100% saturation and 97% lightness. It is Tailwind blue-50 in that design system's palette.
Color values
| HEX | #EFF6FF |
|---|---|
| RGB | rgb(239, 246, 255) |
| HSL | hsl(214, 100%, 97%) |
| HSV | hsv(214, 6%, 100%) |
| CMYK | cmyk(6%, 4%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.09:1, and against black it is 19.3: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.09:1 | Fail | Fail |
| Black | 19.3:1 | AAA | AAA |
Tints and shades
Lighter tints move #EFF6FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EFF6FF; |
|---|---|
| CSS rgb() | color: rgb(239 246 255); |
| Tailwind | bg-[#eff6ff] |
| SwiftUI | Color(red: 0.937, green: 0.965, blue: 1.000) |
| Android | Color.parseColor("#EFF6FF") |
Closest named color
The nearest CSS colour keyword to #EFF6FF is aliceblue (#F0F8FF).