#4cbfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 191, 173
HSL
171°, 47%, 52%
CMYK
60, 0, 9, 25
Luminance
0.4182
Every format
| HEX | #4cbfad |
| RGB | rgb(76, 191, 173) |
| HSL | hsl(171, 47%, 52%) |
| CMYK | cmyk(60%, 0%, 9%, 25%) |
| LAB | lab(70.7 -36.7 -0.6) |
| LCH | lch(70.7 36.7 180.9) |
| OKLCH | oklch(0.734 0.107 181.2) |
Copy-ready code
/* CSS */
color: #4cbfad;
background-color: #4cbfad;
/* Tailwind (arbitrary) */
class="text-[#4cbfad] bg-[#4cbfad]"
/* SCSS */
$brand: #4cbfad;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#4cbfad")Accessibility — WCAG contrast
Aa
#4cbfad on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbfad on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue67.8%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow9.4%
Key (black)25.1%
Color previews
#4cbfad text on a black background
contrast 9.36:1
Card sample
#4cbfad text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbfad;
Background color
Panel with #4cbfad background
background-color: #4cbfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbfad; background: linear-gradient(135deg, #4cbfad, #4C84BF);