#b9daea
a light, vivid cyan · cool · closest name: lavender
RGB
185, 218, 234
HSL
200°, 54%, 82%
CMYK
21, 7, 0, 8
Luminance
0.6640
Every format
| HEX | #b9daea |
| RGB | rgb(185, 218, 234) |
| HSL | hsl(200, 54%, 82%) |
| CMYK | cmyk(21%, 7%, 0%, 8%) |
| LAB | lab(85.2 -7.5 -11.4) |
| LCH | lch(85.2 13.7 236.9) |
| OKLCH | oklch(0.870 0.041 228.7) |
Copy-ready code
/* CSS */
color: #b9daea;
background-color: #b9daea;
/* Tailwind (arbitrary) */
class="text-[#b9daea] bg-[#b9daea]"
/* SCSS */
$brand: #b9daea;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.918)
/* Android */
Color.parseColor("#b9daea")Accessibility — WCAG contrast
Aa
#b9daea on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9daea on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue91.8%
CMYK percentages
Cyan20.9%
Magenta6.8%
Yellow0.0%
Key (black)8.2%
Color previews
#b9daea text on a black background
contrast 14.28:1
Card sample
#b9daea text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9daea;
Background color
Panel with #b9daea background
background-color: #b9daea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9daea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9daea; background: linear-gradient(135deg, #b9daea, #B9BAEA);