#b7dffc
a pale, electric blue · cool · closest name: skyblue
RGB
183, 223, 252
HSL
205°, 92%, 85%
CMYK
27, 12, 0, 1
Luminance
0.6987
Every format
| HEX | #b7dffc |
| RGB | rgb(183, 223, 252) |
| HSL | hsl(205, 92%, 85%) |
| CMYK | cmyk(27%, 12%, 0%, 1%) |
| LAB | lab(86.9 -6.6 -18.4) |
| LCH | lch(86.9 19.5 250.2) |
| OKLCH | oklch(0.885 0.058 239.8) |
Copy-ready code
/* CSS */
color: #b7dffc;
background-color: #b7dffc;
/* Tailwind (arbitrary) */
class="text-[#b7dffc] bg-[#b7dffc]"
/* SCSS */
$brand: #b7dffc;
/* SwiftUI */
Color(red: 0.718, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b7dffc")Accessibility — WCAG contrast
Aa
#b7dffc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dffc on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green87.5%
Blue98.8%
CMYK percentages
Cyan27.4%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b7dffc text on a black background
contrast 14.97:1
Card sample
#b7dffc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dffc;
Background color
Panel with #b7dffc background
background-color: #b7dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dffc; background: linear-gradient(135deg, #b7dffc, #BDB7FC);