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