#b9eee4
a light, vivid cyan · cool · closest name: beige
RGB
185, 238, 228
HSL
169°, 61%, 83%
CMYK
22, 0, 4, 7
Luminance
0.7706
Every format
| HEX | #b9eee4 |
| RGB | rgb(185, 238, 228) |
| HSL | hsl(169, 61%, 83%) |
| CMYK | cmyk(22%, 0%, 4%, 7%) |
| LAB | lab(90.3 -18.8 -0.7) |
| LCH | lch(90.3 18.9 182.1) |
| OKLCH | oklch(0.910 0.056 182.2) |
Copy-ready code
/* CSS */
color: #b9eee4;
background-color: #b9eee4;
/* Tailwind (arbitrary) */
class="text-[#b9eee4] bg-[#b9eee4]"
/* SCSS */
$brand: #b9eee4;
/* SwiftUI */
Color(red: 0.725, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#b9eee4")Accessibility — WCAG contrast
Aa
#b9eee4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9eee4 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green93.3%
Blue89.4%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow4.2%
Key (black)6.7%
Color previews
#b9eee4 text on a black background
contrast 16.41:1
Card sample
#b9eee4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9eee4;
Background color
Panel with #b9eee4 background
background-color: #b9eee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9eee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9eee4; background: linear-gradient(135deg, #b9eee4, #B9D5EE);