#b2cefe
a light, electric blue · cool · closest name: skyblue
RGB
178, 206, 254
HSL
218°, 97%, 85%
CMYK
30, 19, 0, 0
Luminance
0.6076
Every format
| HEX | #b2cefe |
| RGB | rgb(178, 206, 254) |
| HSL | hsl(218, 97%, 85%) |
| CMYK | cmyk(30%, 19%, 0%, 0%) |
| LAB | lab(82.3 1.4 -26.6) |
| LCH | lch(82.3 26.6 273.0) |
| OKLCH | oklch(0.847 0.074 261.1) |
Copy-ready code
/* CSS */
color: #b2cefe;
background-color: #b2cefe;
/* Tailwind (arbitrary) */
class="text-[#b2cefe] bg-[#b2cefe]"
/* SCSS */
$brand: #b2cefe;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#b2cefe")Accessibility — WCAG contrast
Aa
#b2cefe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cefe on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#b2cefe text on a black background
contrast 13.15:1
Card sample
#b2cefe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cefe;
Background color
Panel with #b2cefe background
background-color: #b2cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cefe; background: linear-gradient(135deg, #b2cefe, #C9B2FE);