#4fedb9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
79, 237, 185
HSL
160°, 81%, 62%
CMYK
67, 0, 22, 7
Luminance
0.6573
Every format
| HEX | #4fedb9 |
| RGB | rgb(79, 237, 185) |
| HSL | hsl(160, 81%, 62%) |
| CMYK | cmyk(67%, 0%, 22%, 7%) |
| LAB | lab(84.9 -53.1 13.3) |
| LCH | lch(84.9 54.8 165.9) |
| OKLCH | oklch(0.851 0.151 167.0) |
Copy-ready code
/* CSS */
color: #4fedb9;
background-color: #4fedb9;
/* Tailwind (arbitrary) */
class="text-[#4fedb9] bg-[#4fedb9]"
/* SCSS */
$brand: #4fedb9;
/* SwiftUI */
Color(red: 0.310, green: 0.929, blue: 0.725)
/* Android */
Color.parseColor("#4fedb9")Accessibility — WCAG contrast
Aa
#4fedb9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fedb9 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green92.9%
Blue72.5%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow21.9%
Key (black)7.1%
Color previews
#4fedb9 text on a black background
contrast 14.15:1
Card sample
#4fedb9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fedb9;
Background color
Panel with #4fedb9 background
background-color: #4fedb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fedb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 237, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 237, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fedb9; background: linear-gradient(135deg, #4fedb9, #4FB8ED);