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