#bfdfea
a light, vivid cyan · cool · closest name: lavender
RGB
191, 223, 234
HSL
195°, 51%, 83%
CMYK
18, 5, 0, 8
Luminance
0.6979
Every format
| HEX | #bfdfea |
| RGB | rgb(191, 223, 234) |
| HSL | hsl(195, 51%, 83%) |
| CMYK | cmyk(18%, 5%, 0%, 8%) |
| LAB | lab(86.9 -8.2 -8.9) |
| LCH | lch(86.9 12.1 227.3) |
| OKLCH | oklch(0.884 0.037 220.6) |
Copy-ready code
/* CSS */
color: #bfdfea;
background-color: #bfdfea;
/* Tailwind (arbitrary) */
class="text-[#bfdfea] bg-[#bfdfea]"
/* SCSS */
$brand: #bfdfea;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#bfdfea")Accessibility — WCAG contrast
Aa
#bfdfea on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfea on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue91.8%
CMYK percentages
Cyan18.4%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#bfdfea text on a black background
contrast 14.96:1
Card sample
#bfdfea text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfea;
Background color
Panel with #bfdfea background
background-color: #bfdfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfea; background: linear-gradient(135deg, #bfdfea, #BFC2EA);