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