#b7cdfc
a pale, electric blue · cool · closest name: skyblue
RGB
183, 205, 252
HSL
221°, 92%, 85%
CMYK
27, 19, 0, 1
Luminance
0.6076
Every format
| HEX | #b7cdfc |
| RGB | rgb(183, 205, 252) |
| HSL | hsl(221, 92%, 85%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.3 2.9 -25.5) |
| LCH | lch(82.3 25.6 276.4) |
| OKLCH | oklch(0.848 0.070 265.3) |
Copy-ready code
/* CSS */
color: #b7cdfc;
background-color: #b7cdfc;
/* Tailwind (arbitrary) */
class="text-[#b7cdfc] bg-[#b7cdfc]"
/* SCSS */
$brand: #b7cdfc;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b7cdfc")Accessibility — WCAG contrast
Aa
#b7cdfc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdfc on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue98.8%
CMYK percentages
Cyan27.4%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b7cdfc text on a black background
contrast 13.15:1
Card sample
#b7cdfc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdfc;
Background color
Panel with #b7cdfc background
background-color: #b7cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdfc; background: linear-gradient(135deg, #b7cdfc, #CFB7FC);