#b9e5df
a light, vivid cyan · cool · closest name: silver
RGB
185, 229, 223
HSL
172°, 46%, 81%
CMYK
19, 0, 3, 10
Luminance
0.7168
Every format
| HEX | #b9e5df |
| RGB | rgb(185, 229, 223) |
| HSL | hsl(172, 46%, 81%) |
| CMYK | cmyk(19%, 0%, 3%, 10%) |
| LAB | lab(87.8 -15.4 -1.8) |
| LCH | lch(87.8 15.5 186.6) |
| OKLCH | oklch(0.889 0.046 186.2) |
Copy-ready code
/* CSS */
color: #b9e5df;
background-color: #b9e5df;
/* Tailwind (arbitrary) */
class="text-[#b9e5df] bg-[#b9e5df]"
/* SCSS */
$brand: #b9e5df;
/* SwiftUI */
Color(red: 0.725, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#b9e5df")Accessibility — WCAG contrast
Aa
#b9e5df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e5df on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green89.8%
Blue87.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#b9e5df text on a black background
contrast 15.34:1
Card sample
#b9e5df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e5df;
Background color
Panel with #b9e5df background
background-color: #b9e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e5df; background: linear-gradient(135deg, #b9e5df, #B9CEE5);