#b9ebdf
a light, vivid cyan · cool · closest name: beige
RGB
185, 235, 223
HSL
166°, 56%, 82%
CMYK
21, 0, 5, 8
Luminance
0.7506
Every format
| HEX | #b9ebdf |
| RGB | rgb(185, 235, 223) |
| HSL | hsl(166, 56%, 82%) |
| CMYK | cmyk(21%, 0%, 5%, 8%) |
| LAB | lab(89.4 -18.4 0.6) |
| LCH | lch(89.4 18.4 178.3) |
| OKLCH | oklch(0.902 0.054 178.7) |
Copy-ready code
/* CSS */
color: #b9ebdf;
background-color: #b9ebdf;
/* Tailwind (arbitrary) */
class="text-[#b9ebdf] bg-[#b9ebdf]"
/* SCSS */
$brand: #b9ebdf;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b9ebdf")Accessibility — WCAG contrast
Aa
#b9ebdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ebdf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b9ebdf text on a black background
contrast 16.01:1
Card sample
#b9ebdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ebdf;
Background color
Panel with #b9ebdf background
background-color: #b9ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ebdf; background: linear-gradient(135deg, #b9ebdf, #B9D6EB);