#b2fffd
a light, electric cyan · cool · closest name: skyblue
RGB
178, 255, 253
HSL
178°, 100%, 85%
CMYK
30, 0, 1, 0
Luminance
0.8808
Every format
| HEX | #b2fffd |
| RGB | rgb(178, 255, 253) |
| HSL | hsl(178, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 1%, 0%) |
| LAB | lab(95.2 -23.8 -6.6) |
| LCH | lch(95.2 24.7 195.5) |
| OKLCH | oklch(0.950 0.075 193.9) |
Copy-ready code
/* CSS */
color: #b2fffd;
background-color: #b2fffd;
/* Tailwind (arbitrary) */
class="text-[#b2fffd] bg-[#b2fffd]"
/* SCSS */
$brand: #b2fffd;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#b2fffd")Accessibility — WCAG contrast
Aa
#b2fffd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fffd on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue99.2%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#b2fffd text on a black background
contrast 18.62:1
Card sample
#b2fffd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fffd;
Background color
Panel with #b2fffd background
background-color: #b2fffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fffd; background: linear-gradient(135deg, #b2fffd, #B2CEFF);