#BFDBFE
Tailwind blue-200
#BFDBFE is a blue colour. In RGB it is 191 red, 219 green and 254 blue, which converts to a hue of 213 degrees, 97% saturation and 87% lightness. It is Tailwind blue-200 in that design system's palette.
Color values
| HEX | #BFDBFE |
|---|---|
| RGB | rgb(191, 219, 254) |
| HSL | hsl(213, 97%, 87%) |
| HSV | hsv(213, 25%, 100%) |
| CMYK | cmyk(25%, 14%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.42:1, and against black it is 14.78: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.42:1 | Fail | Fail |
| Black | 14.78:1 | AAA | AAA |
Tints and shades
Lighter tints move #BFDBFE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BFDBFE; |
|---|---|
| CSS rgb() | color: rgb(191 219 254); |
| Tailwind | bg-[#bfdbfe] |
| SwiftUI | Color(red: 0.749, green: 0.859, blue: 0.996) |
| Android | Color.parseColor("#BFDBFE") |
Closest named color
The nearest CSS colour keyword to #BFDBFE is powderblue (#B0E0E6).