#4adebb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 222, 187
HSL
166°, 69%, 58%
CMYK
67, 0, 16, 13
Luminance
0.5729
Every format
| HEX | #4adebb |
| RGB | rgb(74, 222, 187) |
| HSL | hsl(166, 69%, 58%) |
| CMYK | cmyk(67%, 0%, 16%, 13%) |
| LAB | lab(80.3 -47.2 5.8) |
| LCH | lch(80.3 47.6 173.0) |
| OKLCH | oklch(0.814 0.134 173.8) |
Copy-ready code
/* CSS */
color: #4adebb;
background-color: #4adebb;
/* Tailwind (arbitrary) */
class="text-[#4adebb] bg-[#4adebb]"
/* SCSS */
$brand: #4adebb;
/* SwiftUI */
Color(red: 0.290, green: 0.871, blue: 0.733)
/* Android */
Color.parseColor("#4adebb")Accessibility — WCAG contrast
Aa
#4adebb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adebb on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.1%
Blue73.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow15.8%
Key (black)12.9%
Color previews
#4adebb text on a black background
contrast 12.46:1
Card sample
#4adebb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adebb;
Background color
Panel with #4adebb background
background-color: #4adebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 222, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 222, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adebb; background: linear-gradient(135deg, #4adebb, #4A9EDE);