#b2fdee
a light, electric cyan · cool · closest name: aquamarine
RGB
178, 253, 238
HSL
168°, 95%, 85%
CMYK
30, 0, 6, 1
Luminance
0.8589
Every format
| HEX | #b2fdee |
| RGB | rgb(178, 253, 238) |
| HSL | hsl(168, 95%, 85%) |
| CMYK | cmyk(30%, 0%, 6%, 1%) |
| LAB | lab(94.3 -26.1 -0.2) |
| LCH | lch(94.3 26.1 180.5) |
| OKLCH | oklch(0.941 0.077 180.7) |
Copy-ready code
/* CSS */
color: #b2fdee;
background-color: #b2fdee;
/* Tailwind (arbitrary) */
class="text-[#b2fdee] bg-[#b2fdee]"
/* SCSS */
$brand: #b2fdee;
/* SwiftUI */
Color(red: 0.698, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#b2fdee")Accessibility — WCAG contrast
Aa
#b2fdee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fdee on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.2%
Blue93.3%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#b2fdee text on a black background
contrast 18.18:1
Card sample
#b2fdee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fdee;
Background color
Panel with #b2fdee background
background-color: #b2fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fdee; background: linear-gradient(135deg, #b2fdee, #B2DAFD);