#bfefe2
a light, vivid cyan · cool · closest name: beige
RGB
191, 239, 226
HSL
164°, 60%, 84%
CMYK
20, 0, 5, 6
Luminance
0.7830
Every format
| HEX | #bfefe2 |
| RGB | rgb(191, 239, 226) |
| HSL | hsl(164, 60%, 84%) |
| CMYK | cmyk(20%, 0%, 5%, 6%) |
| LAB | lab(90.9 -17.9 1.2) |
| LCH | lch(90.9 17.9 176.1) |
| OKLCH | oklch(0.915 0.052 176.7) |
Copy-ready code
/* CSS */
color: #bfefe2;
background-color: #bfefe2;
/* Tailwind (arbitrary) */
class="text-[#bfefe2] bg-[#bfefe2]"
/* SCSS */
$brand: #bfefe2;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#bfefe2")Accessibility — WCAG contrast
Aa
#bfefe2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefe2 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue88.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#bfefe2 text on a black background
contrast 16.66:1
Card sample
#bfefe2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefe2;
Background color
Panel with #bfefe2 background
background-color: #bfefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefe2; background: linear-gradient(135deg, #bfefe2, #BFDCEF);