#b2fdfb
a light, electric cyan · cool · closest name: skyblue
RGB
178, 253, 251
HSL
178°, 95%, 85%
CMYK
30, 0, 1, 1
Luminance
0.8668
Every format
| HEX | #b2fdfb |
| RGB | rgb(178, 253, 251) |
| HSL | hsl(178, 95%, 85%) |
| CMYK | cmyk(30%, 0%, 1%, 1%) |
| LAB | lab(94.6 -23.3 -6.4) |
| LCH | lch(94.6 24.1 195.4) |
| OKLCH | oklch(0.945 0.074 193.9) |
Copy-ready code
/* CSS */
color: #b2fdfb;
background-color: #b2fdfb;
/* Tailwind (arbitrary) */
class="text-[#b2fdfb] bg-[#b2fdfb]"
/* SCSS */
$brand: #b2fdfb;
/* SwiftUI */
Color(red: 0.698, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#b2fdfb")Accessibility — WCAG contrast
Aa
#b2fdfb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fdfb on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.2%
Blue98.4%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#b2fdfb text on a black background
contrast 18.34:1
Card sample
#b2fdfb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fdfb;
Background color
Panel with #b2fdfb background
background-color: #b2fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fdfb; background: linear-gradient(135deg, #b2fdfb, #B2CDFD);