#b9dae3
a light, soft cyan · cool · closest name: silver
RGB
185, 218, 227
HSL
193°, 43%, 81%
CMYK
19, 4, 0, 11
Luminance
0.6600
Every format
| HEX | #b9dae3 |
| RGB | rgb(185, 218, 227) |
| HSL | hsl(193, 43%, 81%) |
| CMYK | cmyk(19%, 4%, 0%, 11%) |
| LAB | lab(85.0 -8.9 -8.1) |
| LCH | lch(85.0 12.0 222.0) |
| OKLCH | oklch(0.867 0.037 216.0) |
Copy-ready code
/* CSS */
color: #b9dae3;
background-color: #b9dae3;
/* Tailwind (arbitrary) */
class="text-[#b9dae3] bg-[#b9dae3]"
/* SCSS */
$brand: #b9dae3;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.890)
/* Android */
Color.parseColor("#b9dae3")Accessibility — WCAG contrast
Aa
#b9dae3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae3 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue89.0%
CMYK percentages
Cyan18.5%
Magenta4.0%
Yellow0.0%
Key (black)11.0%
Color previews
#b9dae3 text on a black background
contrast 14.20:1
Card sample
#b9dae3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae3;
Background color
Panel with #b9dae3 background
background-color: #b9dae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae3; background: linear-gradient(135deg, #b9dae3, #B9BEE3);