#b3f5dc
a light, electric green · cool · closest name: aquamarine
RGB
179, 245, 220
HSL
157°, 77%, 83%
CMYK
27, 0, 10, 4
Luminance
0.8006
Every format
| HEX | #b3f5dc |
| RGB | rgb(179, 245, 220) |
| HSL | hsl(157, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 10%, 4%) |
| LAB | lab(91.7 -25.7 5.4) |
| LCH | lch(91.7 26.2 168.1) |
| OKLCH | oklch(0.919 0.074 169.2) |
Copy-ready code
/* CSS */
color: #b3f5dc;
background-color: #b3f5dc;
/* Tailwind (arbitrary) */
class="text-[#b3f5dc] bg-[#b3f5dc]"
/* SCSS */
$brand: #b3f5dc;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.863)
/* Android */
Color.parseColor("#b3f5dc")Accessibility — WCAG contrast
Aa
#b3f5dc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f5dc on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue86.3%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow10.2%
Key (black)3.9%
Color previews
#b3f5dc text on a black background
contrast 17.01:1
Card sample
#b3f5dc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f5dc;
Background color
Panel with #b3f5dc background
background-color: #b3f5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f5dc; background: linear-gradient(135deg, #b3f5dc, #B3E2F5);