#bfe7f4
a pale, vivid cyan · cool · closest name: lavender
RGB
191, 231, 244
HSL
195°, 71%, 85%
CMYK
22, 5, 0, 4
Luminance
0.7476
Every format
| HEX | #bfe7f4 |
| RGB | rgb(191, 231, 244) |
| HSL | hsl(195, 71%, 85%) |
| CMYK | cmyk(22%, 5%, 0%, 4%) |
| LAB | lab(89.3 -10.2 -10.6) |
| LCH | lch(89.3 14.7 226.2) |
| OKLCH | oklch(0.904 0.045 219.5) |
Copy-ready code
/* CSS */
color: #bfe7f4;
background-color: #bfe7f4;
/* Tailwind (arbitrary) */
class="text-[#bfe7f4] bg-[#bfe7f4]"
/* SCSS */
$brand: #bfe7f4;
/* SwiftUI */
Color(red: 0.749, green: 0.906, blue: 0.957)
/* Android */
Color.parseColor("#bfe7f4")Accessibility — WCAG contrast
Aa
#bfe7f4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe7f4 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.6%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta5.3%
Yellow0.0%
Key (black)4.3%
Color previews
#bfe7f4 text on a black background
contrast 15.95:1
Card sample
#bfe7f4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe7f4;
Background color
Panel with #bfe7f4 background
background-color: #bfe7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 231, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 231, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe7f4; background: linear-gradient(135deg, #bfe7f4, #BFC4F4);