#4af3bc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 243, 188
HSL
161°, 88%, 62%
CMYK
70, 0, 23, 5
Luminance
0.6919
Every format
| HEX | #4af3bc |
| RGB | rgb(74, 243, 188) |
| HSL | hsl(161, 88%, 62%) |
| CMYK | cmyk(70%, 0%, 23%, 5%) |
| LAB | lab(86.6 -55.6 14.2) |
| LCH | lch(86.6 57.4 165.7) |
| OKLCH | oklch(0.865 0.158 166.7) |
Copy-ready code
/* CSS */
color: #4af3bc;
background-color: #4af3bc;
/* Tailwind (arbitrary) */
class="text-[#4af3bc] bg-[#4af3bc]"
/* SCSS */
$brand: #4af3bc;
/* SwiftUI */
Color(red: 0.290, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#4af3bc")Accessibility — WCAG contrast
Aa
#4af3bc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af3bc on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green95.3%
Blue73.7%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#4af3bc text on a black background
contrast 14.84:1
Card sample
#4af3bc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af3bc;
Background color
Panel with #4af3bc background
background-color: #4af3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af3bc; background: linear-gradient(135deg, #4af3bc, #4AB9F3);