#b2dbff
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 255
HSL
208°, 100%, 85%
CMYK
30, 14, 0, 0
Luminance
0.6735
Every format
| HEX | #b2dbff |
| RGB | rgb(178, 219, 255) |
| HSL | hsl(208, 100%, 85%) |
| CMYK | cmyk(30%, 14%, 0%, 0%) |
| LAB | lab(85.7 -5.3 -21.9) |
| LCH | lch(85.7 22.5 256.5) |
| OKLCH | oklch(0.874 0.066 245.2) |
Copy-ready code
/* CSS */
color: #b2dbff;
background-color: #b2dbff;
/* Tailwind (arbitrary) */
class="text-[#b2dbff] bg-[#b2dbff]"
/* SCSS */
$brand: #b2dbff;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#b2dbff")Accessibility — WCAG contrast
Aa
#b2dbff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbff on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b2dbff text on a black background
contrast 14.47:1
Card sample
#b2dbff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbff;
Background color
Panel with #b2dbff background
background-color: #b2dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbff; background: linear-gradient(135deg, #b2dbff, #BCB2FF);