#4fefcf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
79, 239, 207
HSL
168°, 83%, 62%
CMYK
67, 0, 13, 6
Luminance
0.6790
Every format
| HEX | #4fefcf |
| RGB | rgb(79, 239, 207) |
| HSL | hsl(168, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 13%, 6%) |
| LAB | lab(86.0 -48.8 3.4) |
| LCH | lch(86.0 48.9 176.0) |
| OKLCH | oklch(0.861 0.140 176.6) |
Copy-ready code
/* CSS */
color: #4fefcf;
background-color: #4fefcf;
/* Tailwind (arbitrary) */
class="text-[#4fefcf] bg-[#4fefcf]"
/* SCSS */
$brand: #4fefcf;
/* SwiftUI */
Color(red: 0.310, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#4fefcf")Accessibility — WCAG contrast
Aa
#4fefcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fefcf on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.7%
Blue81.2%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#4fefcf text on a black background
contrast 14.58:1
Card sample
#4fefcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fefcf;
Background color
Panel with #4fefcf background
background-color: #4fefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fefcf; background: linear-gradient(135deg, #4fefcf, #4FA4EF);