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