#b7dfff
a pale, electric blue · cool · closest name: skyblue
RGB
183, 223, 255
HSL
207°, 100%, 86%
CMYK
28, 13, 0, 0
Luminance
0.7006
Every format
| HEX | #b7dfff |
| RGB | rgb(183, 223, 255) |
| HSL | hsl(207, 100%, 86%) |
| CMYK | cmyk(28%, 13%, 0%, 0%) |
| LAB | lab(87.0 -5.9 -19.8) |
| LCH | lch(87.0 20.7 253.4) |
| OKLCH | oklch(0.886 0.061 242.5) |
Copy-ready code
/* CSS */
color: #b7dfff;
background-color: #b7dfff;
/* Tailwind (arbitrary) */
class="text-[#b7dfff] bg-[#b7dfff]"
/* SCSS */
$brand: #b7dfff;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#b7dfff")Accessibility — WCAG contrast
Aa
#b7dfff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dfff on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b7dfff text on a black background
contrast 15.01:1
Card sample
#b7dfff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dfff;
Background color
Panel with #b7dfff background
background-color: #b7dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dfff; background: linear-gradient(135deg, #b7dfff, #BFB7FF);