#4bfcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
75, 252, 175
HSL
154°, 97%, 64%
CMYK
70, 0, 31, 1
Luminance
0.7421
Every format
| HEX | #4bfcaf |
| RGB | rgb(75, 252, 175) |
| HSL | hsl(154, 97%, 64%) |
| CMYK | cmyk(70%, 0%, 31%, 1%) |
| LAB | lab(89.0 -61.7 24.3) |
| LCH | lch(89.0 66.3 158.5) |
| OKLCH | oklch(0.884 0.179 159.9) |
Copy-ready code
/* CSS */
color: #4bfcaf;
background-color: #4bfcaf;
/* Tailwind (arbitrary) */
class="text-[#4bfcaf] bg-[#4bfcaf]"
/* SCSS */
$brand: #4bfcaf;
/* SwiftUI */
Color(red: 0.294, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#4bfcaf")Accessibility — WCAG contrast
Aa
#4bfcaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bfcaf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green98.8%
Blue68.6%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#4bfcaf text on a black background
contrast 15.84:1
Card sample
#4bfcaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bfcaf;
Background color
Panel with #4bfcaf background
background-color: #4bfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bfcaf; background: linear-gradient(135deg, #4bfcaf, #4BD3FC);