#bee2e4
a light, soft cyan · cool · closest name: silver
RGB
190, 226, 228
HSL
183°, 41%, 82%
CMYK
17, 1, 0, 11
Luminance
0.7094
Every format
| HEX | #bee2e4 |
| RGB | rgb(190, 226, 228) |
| HSL | hsl(183, 41%, 82%) |
| CMYK | cmyk(17%, 1%, 0%, 11%) |
| LAB | lab(87.5 -11.3 -4.9) |
| LCH | lch(87.5 12.3 203.5) |
| OKLCH | oklch(0.888 0.038 200.6) |
Copy-ready code
/* CSS */
color: #bee2e4;
background-color: #bee2e4;
/* Tailwind (arbitrary) */
class="text-[#bee2e4] bg-[#bee2e4]"
/* SCSS */
$brand: #bee2e4;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.894)
/* Android */
Color.parseColor("#bee2e4")Accessibility — WCAG contrast
Aa
#bee2e4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2e4 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue89.4%
CMYK percentages
Cyan16.7%
Magenta0.9%
Yellow0.0%
Key (black)10.6%
Color previews
#bee2e4 text on a black background
contrast 15.19:1
Card sample
#bee2e4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2e4;
Background color
Panel with #bee2e4 background
background-color: #bee2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2e4; background: linear-gradient(135deg, #bee2e4, #BEC9E4);