#bfe2f3
a pale, vivid cyan · cool · closest name: lavender
RGB
191, 226, 243
HSL
200°, 68%, 85%
CMYK
21, 7, 0, 5
Luminance
0.7194
Every format
| HEX | #bfe2f3 |
| RGB | rgb(191, 226, 243) |
| HSL | hsl(200, 68%, 85%) |
| CMYK | cmyk(21%, 7%, 0%, 5%) |
| LAB | lab(87.9 -7.8 -12.1) |
| LCH | lch(87.9 14.4 237.1) |
| OKLCH | oklch(0.893 0.044 228.8) |
Copy-ready code
/* CSS */
color: #bfe2f3;
background-color: #bfe2f3;
/* Tailwind (arbitrary) */
class="text-[#bfe2f3] bg-[#bfe2f3]"
/* SCSS */
$brand: #bfe2f3;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.953)
/* Android */
Color.parseColor("#bfe2f3")Accessibility — WCAG contrast
Aa
#bfe2f3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2f3 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta7.0%
Yellow0.0%
Key (black)4.7%
Color previews
#bfe2f3 text on a black background
contrast 15.39:1
Card sample
#bfe2f3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2f3;
Background color
Panel with #bfe2f3 background
background-color: #bfe2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2f3; background: linear-gradient(135deg, #bfe2f3, #BFBFF3);