#b2c2f7
a light, electric blue · warm · closest name: skyblue
RGB
178, 194, 247
HSL
226°, 81%, 83%
CMYK
28, 22, 0, 3
Luminance
0.5476
Every format
| HEX | #b2c2f7 |
| RGB | rgb(178, 194, 247) |
| HSL | hsl(226, 81%, 83%) |
| CMYK | cmyk(28%, 22%, 0%, 3%) |
| LAB | lab(78.9 6.2 -27.9) |
| LCH | lch(78.9 28.6 282.4) |
| OKLCH | oklch(0.820 0.077 271.6) |
Copy-ready code
/* CSS */
color: #b2c2f7;
background-color: #b2c2f7;
/* Tailwind (arbitrary) */
class="text-[#b2c2f7] bg-[#b2c2f7]"
/* SCSS */
$brand: #b2c2f7;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.969)
/* Android */
Color.parseColor("#b2c2f7")Accessibility — WCAG contrast
Aa
#b2c2f7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2f7 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue96.9%
CMYK percentages
Cyan27.9%
Magenta21.5%
Yellow0.0%
Key (black)3.1%
Color previews
#b2c2f7 text on a black background
contrast 11.95:1
Card sample
#b2c2f7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2f7;
Background color
Panel with #b2c2f7 background
background-color: #b2c2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2f7; background: linear-gradient(135deg, #b2c2f7, #D0B2F7);