#b3f4da
a light, vivid green · cool · closest name: aquamarine
RGB
179, 244, 218
HSL
156°, 75%, 83%
CMYK
27, 0, 11, 4
Luminance
0.7935
Every format
| HEX | #b3f4da |
| RGB | rgb(179, 244, 218) |
| HSL | hsl(156, 75%, 83%) |
| CMYK | cmyk(27%, 0%, 11%, 4%) |
| LAB | lab(91.4 -25.6 6.0) |
| LCH | lch(91.4 26.3 166.8) |
| OKLCH | oklch(0.916 0.074 168.0) |
Copy-ready code
/* CSS */
color: #b3f4da;
background-color: #b3f4da;
/* Tailwind (arbitrary) */
class="text-[#b3f4da] bg-[#b3f4da]"
/* SCSS */
$brand: #b3f4da;
/* SwiftUI */
Color(red: 0.702, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#b3f4da")Accessibility — WCAG contrast
Aa
#b3f4da on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f4da on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green95.7%
Blue85.5%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#b3f4da text on a black background
contrast 16.87:1
Card sample
#b3f4da text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f4da;
Background color
Panel with #b3f4da background
background-color: #b3f4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f4da; background: linear-gradient(135deg, #b3f4da, #B3E3F4);