#4adecf
a balanced, vivid cyan · cool · “turquoise”
RGB
74, 222, 207
HSL
174°, 69%, 58%
CMYK
67, 0, 7, 13
Luminance
0.5820
Every format
| HEX | #4adecf |
| RGB | rgb(74, 222, 207) |
| HSL | hsl(174, 69%, 58%) |
| CMYK | cmyk(67%, 0%, 7%, 13%) |
| LAB | lab(80.8 -42.1 -4.1) |
| LCH | lch(80.8 42.3 185.5) |
| OKLCH | oklch(0.819 0.125 185.4) |
Copy-ready code
/* CSS */
color: #4adecf;
background-color: #4adecf;
/* Tailwind (arbitrary) */
class="text-[#4adecf] bg-[#4adecf]"
/* SCSS */
$brand: #4adecf;
/* SwiftUI */
Color(red: 0.290, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#4adecf")Accessibility — WCAG contrast
Aa
#4adecf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adecf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#4adecf text on a black background
contrast 12.64:1
Card sample
#4adecf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adecf;
Background color
Panel with #4adecf background
background-color: #4adecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adecf; background: linear-gradient(135deg, #4adecf, #4A8ADE);