#4ffddf
a light, electric cyan · cool · closest name: aquamarine
RGB
79, 253, 223
HSL
170°, 98%, 65%
CMYK
69, 0, 12, 1
Luminance
0.7724
Every format
| HEX | #4ffddf |
| RGB | rgb(79, 253, 223) |
| HSL | hsl(170, 98%, 65%) |
| CMYK | cmyk(69%, 0%, 12%, 1%) |
| LAB | lab(90.4 -50.7 1.6) |
| LCH | lch(90.4 50.7 178.2) |
| OKLCH | oklch(0.899 0.146 178.7) |
Copy-ready code
/* CSS */
color: #4ffddf;
background-color: #4ffddf;
/* Tailwind (arbitrary) */
class="text-[#4ffddf] bg-[#4ffddf]"
/* SCSS */
$brand: #4ffddf;
/* SwiftUI */
Color(red: 0.310, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#4ffddf")Accessibility — WCAG contrast
Aa
#4ffddf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffddf on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.2%
Blue87.5%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#4ffddf text on a black background
contrast 16.45:1
Card sample
#4ffddf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffddf;
Background color
Panel with #4ffddf background
background-color: #4ffddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffddf; background: linear-gradient(135deg, #4ffddf, #4FA7FD);