#b2dcff
a light, electric blue · cool · closest name: skyblue
RGB
178, 220, 255
HSL
207°, 100%, 85%
CMYK
30, 14, 0, 0
Luminance
0.6787
Every format
| HEX | #b2dcff |
| RGB | rgb(178, 220, 255) |
| HSL | hsl(207, 100%, 85%) |
| CMYK | cmyk(30%, 14%, 0%, 0%) |
| LAB | lab(85.9 -5.8 -21.5) |
| LCH | lch(85.9 22.2 255.0) |
| OKLCH | oklch(0.876 0.066 243.7) |
Copy-ready code
/* CSS */
color: #b2dcff;
background-color: #b2dcff;
/* Tailwind (arbitrary) */
class="text-[#b2dcff] bg-[#b2dcff]"
/* SCSS */
$brand: #b2dcff;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#b2dcff")Accessibility — WCAG contrast
Aa
#b2dcff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dcff on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b2dcff text on a black background
contrast 14.57:1
Card sample
#b2dcff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dcff;
Background color
Panel with #b2dcff background
background-color: #b2dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dcff; background: linear-gradient(135deg, #b2dcff, #BBB2FF);