#b2c2fe
a light, electric blue · warm · closest name: skyblue
RGB
178, 194, 254
HSL
227°, 97%, 85%
CMYK
30, 24, 0, 0
Luminance
0.5520
Every format
| HEX | #b2c2fe |
| RGB | rgb(178, 194, 254) |
| HSL | hsl(227, 97%, 85%) |
| CMYK | cmyk(30%, 24%, 0%, 0%) |
| LAB | lab(79.2 7.8 -31.3) |
| LCH | lch(79.2 32.3 284.1) |
| OKLCH | oklch(0.823 0.086 272.8) |
Copy-ready code
/* CSS */
color: #b2c2fe;
background-color: #b2c2fe;
/* Tailwind (arbitrary) */
class="text-[#b2c2fe] bg-[#b2c2fe]"
/* SCSS */
$brand: #b2c2fe;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#b2c2fe")Accessibility — WCAG contrast
Aa
#b2c2fe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2fe on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#b2c2fe text on a black background
contrast 12.04:1
Card sample
#b2c2fe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2fe;
Background color
Panel with #b2c2fe background
background-color: #b2c2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2fe; background: linear-gradient(135deg, #b2c2fe, #D5B2FE);