#b2fefc
a light, electric cyan · cool · closest name: skyblue
RGB
178, 254, 252
HSL
178°, 97%, 85%
CMYK
30, 0, 1, 0
Luminance
0.8738
Every format
| HEX | #b2fefc |
| RGB | rgb(178, 254, 252) |
| HSL | hsl(178, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 1%, 0%) |
| LAB | lab(94.9 -23.6 -6.5) |
| LCH | lch(94.9 24.4 195.5) |
| OKLCH | oklch(0.947 0.074 193.9) |
Copy-ready code
/* CSS */
color: #b2fefc;
background-color: #b2fefc;
/* Tailwind (arbitrary) */
class="text-[#b2fefc] bg-[#b2fefc]"
/* SCSS */
$brand: #b2fefc;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#b2fefc")Accessibility — WCAG contrast
Aa
#b2fefc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fefc on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue98.8%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#b2fefc text on a black background
contrast 18.48:1
Card sample
#b2fefc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fefc;
Background color
Panel with #b2fefc background
background-color: #b2fefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fefc; background: linear-gradient(135deg, #b2fefc, #B2CDFE);