#b7cdfe
a pale, electric blue · cool · closest name: skyblue
RGB
183, 205, 254
HSL
221°, 97%, 86%
CMYK
28, 19, 0, 0
Luminance
0.6089
Every format
| HEX | #b7cdfe |
| RGB | rgb(183, 205, 254) |
| HSL | hsl(221, 97%, 86%) |
| CMYK | cmyk(28%, 19%, 0%, 0%) |
| LAB | lab(82.3 3.3 -26.4) |
| LCH | lch(82.3 26.6 277.2) |
| OKLCH | oklch(0.849 0.073 265.9) |
Copy-ready code
/* CSS */
color: #b7cdfe;
background-color: #b7cdfe;
/* Tailwind (arbitrary) */
class="text-[#b7cdfe] bg-[#b7cdfe]"
/* SCSS */
$brand: #b7cdfe;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#b7cdfe")Accessibility — WCAG contrast
Aa
#b7cdfe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdfe on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan28.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#b7cdfe text on a black background
contrast 13.18:1
Card sample
#b7cdfe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdfe;
Background color
Panel with #b7cdfe background
background-color: #b7cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdfe; background: linear-gradient(135deg, #b7cdfe, #D0B7FE);