#b7dbff
a pale, electric blue · cool · closest name: skyblue
RGB
183, 219, 255
HSL
210°, 100%, 86%
CMYK
28, 14, 0, 0
Luminance
0.6795
Every format
| HEX | #b7dbff |
| RGB | rgb(183, 219, 255) |
| HSL | hsl(210, 100%, 86%) |
| CMYK | cmyk(28%, 14%, 0%, 0%) |
| LAB | lab(86.0 -3.8 -21.4) |
| LCH | lch(86.0 21.7 259.8) |
| OKLCH | oklch(0.877 0.063 248.5) |
Copy-ready code
/* CSS */
color: #b7dbff;
background-color: #b7dbff;
/* Tailwind (arbitrary) */
class="text-[#b7dbff] bg-[#b7dbff]"
/* SCSS */
$brand: #b7dbff;
/* SwiftUI */
Color(red: 0.718, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#b7dbff")Accessibility — WCAG contrast
Aa
#b7dbff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dbff on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b7dbff text on a black background
contrast 14.59:1
Card sample
#b7dbff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dbff;
Background color
Panel with #b7dbff background
background-color: #b7dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dbff; background: linear-gradient(135deg, #b7dbff, #C3B7FF);