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