#b9f3e8
a light, vivid cyan · cool · closest name: beige
RGB
185, 243, 232
HSL
169°, 71%, 84%
CMYK
24, 0, 5, 5
Luminance
0.8024
Every format
| HEX | #b9f3e8 |
| RGB | rgb(185, 243, 232) |
| HSL | hsl(169, 71%, 84%) |
| CMYK | cmyk(24%, 0%, 5%, 5%) |
| LAB | lab(91.8 -20.5 -0.7) |
| LCH | lch(91.8 20.5 181.8) |
| OKLCH | oklch(0.922 0.060 182.0) |
Copy-ready code
/* CSS */
color: #b9f3e8;
background-color: #b9f3e8;
/* Tailwind (arbitrary) */
class="text-[#b9f3e8] bg-[#b9f3e8]"
/* SCSS */
$brand: #b9f3e8;
/* SwiftUI */
Color(red: 0.725, green: 0.953, blue: 0.910)
/* Android */
Color.parseColor("#b9f3e8")Accessibility — WCAG contrast
Aa
#b9f3e8 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f3e8 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green95.3%
Blue91.0%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow4.5%
Key (black)4.7%
Color previews
#b9f3e8 text on a black background
contrast 17.05:1
Card sample
#b9f3e8 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f3e8;
Background color
Panel with #b9f3e8 background
background-color: #b9f3e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f3e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 243, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 243, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f3e8; background: linear-gradient(135deg, #b9f3e8, #B9D7F3);