#b5dffc
a light, electric blue · cool · closest name: skyblue
RGB
181, 223, 252
HSL
205°, 92%, 85%
CMYK
28, 12, 0, 1
Luminance
0.6963
Every format
| HEX | #b5dffc |
| RGB | rgb(181, 223, 252) |
| HSL | hsl(205, 92%, 85%) |
| CMYK | cmyk(28%, 12%, 0%, 1%) |
| LAB | lab(86.8 -7.2 -18.6) |
| LCH | lch(86.8 19.9 248.8) |
| OKLCH | oklch(0.883 0.059 238.5) |
Copy-ready code
/* CSS */
color: #b5dffc;
background-color: #b5dffc;
/* Tailwind (arbitrary) */
class="text-[#b5dffc] bg-[#b5dffc]"
/* SCSS */
$brand: #b5dffc;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b5dffc")Accessibility — WCAG contrast
Aa
#b5dffc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dffc on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue98.8%
CMYK percentages
Cyan28.2%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b5dffc text on a black background
contrast 14.93:1
Card sample
#b5dffc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dffc;
Background color
Panel with #b5dffc background
background-color: #b5dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dffc; background: linear-gradient(135deg, #b5dffc, #BAB5FC);