#bfe2e2
a light, soft cyan · cool · closest name: silver
RGB
191, 226, 226
HSL
180°, 38%, 82%
CMYK
16, 0, 0, 11
Luminance
0.7096
Every format
| HEX | #bfe2e2 |
| RGB | rgb(191, 226, 226) |
| HSL | hsl(180, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 0%, 11%) |
| LAB | lab(87.5 -11.4 -3.8) |
| LCH | lch(87.5 12.0 198.6) |
| OKLCH | oklch(0.888 0.037 196.5) |
Copy-ready code
/* CSS */
color: #bfe2e2;
background-color: #bfe2e2;
/* Tailwind (arbitrary) */
class="text-[#bfe2e2] bg-[#bfe2e2]"
/* SCSS */
$brand: #bfe2e2;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.886)
/* Android */
Color.parseColor("#bfe2e2")Accessibility — WCAG contrast
Aa
#bfe2e2 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2e2 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue88.6%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow0.0%
Key (black)11.4%
Color previews
#bfe2e2 text on a black background
contrast 15.19:1
Card sample
#bfe2e2 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2e2;
Background color
Panel with #bfe2e2 background
background-color: #bfe2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2e2; background: linear-gradient(135deg, #bfe2e2, #BFCBE2);