#b2dcf7
a light, electric blue · cool · closest name: skyblue
RGB
178, 220, 247
HSL
204°, 81%, 83%
CMYK
28, 11, 0, 3
Luminance
0.6737
Every format
| HEX | #b2dcf7 |
| RGB | rgb(178, 220, 247) |
| HSL | hsl(204, 81%, 83%) |
| CMYK | cmyk(28%, 11%, 0%, 3%) |
| LAB | lab(85.7 -7.6 -17.6) |
| LCH | lch(85.7 19.2 246.6) |
| OKLCH | oklch(0.874 0.058 236.5) |
Copy-ready code
/* CSS */
color: #b2dcf7;
background-color: #b2dcf7;
/* Tailwind (arbitrary) */
class="text-[#b2dcf7] bg-[#b2dcf7]"
/* SCSS */
$brand: #b2dcf7;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.969)
/* Android */
Color.parseColor("#b2dcf7")Accessibility — WCAG contrast
Aa
#b2dcf7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dcf7 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue96.9%
CMYK percentages
Cyan27.9%
Magenta10.9%
Yellow0.0%
Key (black)3.1%
Color previews
#b2dcf7 text on a black background
contrast 14.47:1
Card sample
#b2dcf7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dcf7;
Background color
Panel with #b2dcf7 background
background-color: #b2dcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dcf7; background: linear-gradient(135deg, #b2dcf7, #B6B2F7);