#b5dfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
181, 223, 228
HSL
186°, 47%, 80%
CMYK
21, 2, 0, 11
Luminance
0.6820
Every format
| HEX | #b5dfe4 |
| RGB | rgb(181, 223, 228) |
| HSL | hsl(186, 47%, 80%) |
| CMYK | cmyk(21%, 2%, 0%, 11%) |
| LAB | lab(86.1 -12.5 -7.0) |
| LCH | lch(86.1 14.3 209.1) |
| OKLCH | oklch(0.875 0.044 205.3) |
Copy-ready code
/* CSS */
color: #b5dfe4;
background-color: #b5dfe4;
/* Tailwind (arbitrary) */
class="text-[#b5dfe4] bg-[#b5dfe4]"
/* SCSS */
$brand: #b5dfe4;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#b5dfe4")Accessibility — WCAG contrast
Aa
#b5dfe4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfe4 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue89.4%
CMYK percentages
Cyan20.6%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#b5dfe4 text on a black background
contrast 14.64:1
Card sample
#b5dfe4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfe4;
Background color
Panel with #b5dfe4 background
background-color: #b5dfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfe4; background: linear-gradient(135deg, #b5dfe4, #B5C0E4);