#b9e2df
a light, soft cyan · cool · closest name: silver
RGB
185, 226, 223
HSL
176°, 41%, 81%
CMYK
18, 0, 1, 11
Luminance
0.7003
Every format
| HEX | #b9e2df |
| RGB | rgb(185, 226, 223) |
| HSL | hsl(176, 41%, 81%) |
| CMYK | cmyk(18%, 0%, 1%, 11%) |
| LAB | lab(87.0 -13.9 -3.0) |
| LCH | lch(87.0 14.2 192.0) |
| OKLCH | oklch(0.883 0.043 190.9) |
Copy-ready code
/* CSS */
color: #b9e2df;
background-color: #b9e2df;
/* Tailwind (arbitrary) */
class="text-[#b9e2df] bg-[#b9e2df]"
/* SCSS */
$brand: #b9e2df;
/* SwiftUI */
Color(red: 0.725, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#b9e2df")Accessibility — WCAG contrast
Aa
#b9e2df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e2df on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#b9e2df text on a black background
contrast 15.01:1
Card sample
#b9e2df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e2df;
Background color
Panel with #b9e2df background
background-color: #b9e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e2df; background: linear-gradient(135deg, #b9e2df, #B9CAE2);