#b2dfff
a light, electric blue · cool · closest name: skyblue
RGB
178, 223, 255
HSL
205°, 100%, 85%
CMYK
30, 13, 0, 0
Luminance
0.6946
Every format
| HEX | #b2dfff |
| RGB | rgb(178, 223, 255) |
| HSL | hsl(205, 100%, 85%) |
| CMYK | cmyk(30%, 13%, 0%, 0%) |
| LAB | lab(86.7 -7.3 -20.3) |
| LCH | lch(86.7 21.6 250.1) |
| OKLCH | oklch(0.883 0.065 239.4) |
Copy-ready code
/* CSS */
color: #b2dfff;
background-color: #b2dfff;
/* Tailwind (arbitrary) */
class="text-[#b2dfff] bg-[#b2dfff]"
/* SCSS */
$brand: #b2dfff;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#b2dfff")Accessibility — WCAG contrast
Aa
#b2dfff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dfff on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b2dfff text on a black background
contrast 14.89:1
Card sample
#b2dfff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dfff;
Background color
Panel with #b2dfff background
background-color: #b2dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dfff; background: linear-gradient(135deg, #b2dfff, #B8B2FF);