#b3f4cd
a light, vivid green · cool · closest name: aquamarine
RGB
179, 244, 205
HSL
144°, 75%, 83%
CMYK
27, 0, 16, 4
Luminance
0.7869
Every format
| HEX | #b3f4cd |
| RGB | rgb(179, 244, 205) |
| HSL | hsl(144, 75%, 83%) |
| CMYK | cmyk(27%, 0%, 16%, 4%) |
| LAB | lab(91.1 -28.1 12.3) |
| LCH | lch(91.1 30.7 156.3) |
| OKLCH | oklch(0.913 0.084 157.9) |
Copy-ready code
/* CSS */
color: #b3f4cd;
background-color: #b3f4cd;
/* Tailwind (arbitrary) */
class="text-[#b3f4cd] bg-[#b3f4cd]"
/* SCSS */
$brand: #b3f4cd;
/* SwiftUI */
Color(red: 0.702, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#b3f4cd")Accessibility — WCAG contrast
Aa
#b3f4cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f4cd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green95.7%
Blue80.4%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#b3f4cd text on a black background
contrast 16.74:1
Card sample
#b3f4cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f4cd;
Background color
Panel with #b3f4cd background
background-color: #b3f4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f4cd; background: linear-gradient(135deg, #b3f4cd, #B3F0F4);