#b5cffc
a light, electric blue · cool · closest name: skyblue
RGB
181, 207, 252
HSL
218°, 92%, 85%
CMYK
28, 18, 0, 1
Luminance
0.6148
Every format
| HEX | #b5cffc |
| RGB | rgb(181, 207, 252) |
| HSL | hsl(218, 92%, 85%) |
| CMYK | cmyk(28%, 18%, 0%, 1%) |
| LAB | lab(82.6 1.2 -24.9) |
| LCH | lch(82.6 24.9 272.8) |
| OKLCH | oklch(0.851 0.069 261.3) |
Copy-ready code
/* CSS */
color: #b5cffc;
background-color: #b5cffc;
/* Tailwind (arbitrary) */
class="text-[#b5cffc] bg-[#b5cffc]"
/* SCSS */
$brand: #b5cffc;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#b5cffc")Accessibility — WCAG contrast
Aa
#b5cffc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cffc on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan28.2%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#b5cffc text on a black background
contrast 13.30:1
Card sample
#b5cffc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cffc;
Background color
Panel with #b5cffc background
background-color: #b5cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cffc; background: linear-gradient(135deg, #b5cffc, #CAB5FC);