#b2def4
a light, electric blue · cool · closest name: skyblue
RGB
178, 222, 244
HSL
200°, 75%, 83%
CMYK
27, 9, 0, 4
Luminance
0.6824
Every format
| HEX | #b2def4 |
| RGB | rgb(178, 222, 244) |
| HSL | hsl(200, 75%, 83%) |
| CMYK | cmyk(27%, 9%, 0%, 4%) |
| LAB | lab(86.1 -9.4 -15.4) |
| LCH | lch(86.1 18.0 238.7) |
| OKLCH | oklch(0.877 0.055 229.8) |
Copy-ready code
/* CSS */
color: #b2def4;
background-color: #b2def4;
/* Tailwind (arbitrary) */
class="text-[#b2def4] bg-[#b2def4]"
/* SCSS */
$brand: #b2def4;
/* SwiftUI */
Color(red: 0.698, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#b2def4")Accessibility — WCAG contrast
Aa
#b2def4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2def4 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.1%
Blue95.7%
CMYK percentages
Cyan27.0%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#b2def4 text on a black background
contrast 14.65:1
Card sample
#b2def4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2def4;
Background color
Panel with #b2def4 background
background-color: #b2def4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2def4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2def4; background: linear-gradient(135deg, #b2def4, #B2B2F4);