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