#b8dfe2
a light, soft cyan · cool · closest name: silver
RGB
184, 223, 226
HSL
184°, 42%, 80%
CMYK
19, 1, 0, 11
Luminance
0.6846
Every format
| HEX | #b8dfe2 |
| RGB | rgb(184, 223, 226) |
| HSL | hsl(184, 42%, 80%) |
| CMYK | cmyk(19%, 1%, 0%, 11%) |
| LAB | lab(86.2 -12.0 -5.7) |
| LCH | lch(86.2 13.3 205.3) |
| OKLCH | oklch(0.877 0.041 202.2) |
Copy-ready code
/* CSS */
color: #b8dfe2;
background-color: #b8dfe2;
/* Tailwind (arbitrary) */
class="text-[#b8dfe2] bg-[#b8dfe2]"
/* SCSS */
$brand: #b8dfe2;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#b8dfe2")Accessibility — WCAG contrast
Aa
#b8dfe2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dfe2 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue88.6%
CMYK percentages
Cyan18.6%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#b8dfe2 text on a black background
contrast 14.69:1
Card sample
#b8dfe2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dfe2;
Background color
Panel with #b8dfe2 background
background-color: #b8dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dfe2; background: linear-gradient(135deg, #b8dfe2, #B8C3E2);