#b5dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
181, 223, 238
HSL
196°, 63%, 82%
CMYK
24, 6, 0, 7
Luminance
0.6877
Every format
| HEX | #b5dfee |
| RGB | rgb(181, 223, 238) |
| HSL | hsl(196, 63%, 82%) |
| CMYK | cmyk(24%, 6%, 0%, 7%) |
| LAB | lab(86.4 -10.3 -11.8) |
| LCH | lch(86.4 15.7 228.8) |
| OKLCH | oklch(0.879 0.048 221.6) |
Copy-ready code
/* CSS */
color: #b5dfee;
background-color: #b5dfee;
/* Tailwind (arbitrary) */
class="text-[#b5dfee] bg-[#b5dfee]"
/* SCSS */
$brand: #b5dfee;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#b5dfee")Accessibility — WCAG contrast
Aa
#b5dfee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dfee on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue93.3%
CMYK percentages
Cyan23.9%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b5dfee text on a black background
contrast 14.75:1
Card sample
#b5dfee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dfee;
Background color
Panel with #b5dfee background
background-color: #b5dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dfee; background: linear-gradient(135deg, #b5dfee, #B5B9EE);