#b5cbf7
a light, electric blue · cool · closest name: skyblue
RGB
181, 203, 247
HSL
220°, 81%, 84%
CMYK
27, 18, 0, 3
Luminance
0.5925
Every format
| HEX | #b5cbf7 |
| RGB | rgb(181, 203, 247) |
| HSL | hsl(220, 81%, 84%) |
| CMYK | cmyk(27%, 18%, 0%, 3%) |
| LAB | lab(81.4 2.2 -24.1) |
| LCH | lch(81.4 24.2 275.2) |
| OKLCH | oklch(0.841 0.066 264.1) |
Copy-ready code
/* CSS */
color: #b5cbf7;
background-color: #b5cbf7;
/* Tailwind (arbitrary) */
class="text-[#b5cbf7] bg-[#b5cbf7]"
/* SCSS */
$brand: #b5cbf7;
/* SwiftUI */
Color(red: 0.710, green: 0.796, blue: 0.969)
/* Android */
Color.parseColor("#b5cbf7")Accessibility — WCAG contrast
Aa
#b5cbf7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cbf7 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green79.6%
Blue96.9%
CMYK percentages
Cyan26.7%
Magenta17.8%
Yellow0.0%
Key (black)3.1%
Color previews
#b5cbf7 text on a black background
contrast 12.85:1
Card sample
#b5cbf7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cbf7;
Background color
Panel with #b5cbf7 background
background-color: #b5cbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 203, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 203, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cbf7; background: linear-gradient(135deg, #b5cbf7, #CBB5F7);