#4eb9b4
a balanced, soft cyan · cool · closest name: turquoise
RGB
78, 185, 180
HSL
177°, 43%, 52%
CMYK
58, 0, 3, 28
Luminance
0.3961
Every format
| HEX | #4eb9b4 |
| RGB | rgb(78, 185, 180) |
| HSL | hsl(177, 43%, 52%) |
| CMYK | cmyk(58%, 0%, 3%, 28%) |
| LAB | lab(69.2 -31.7 -6.7) |
| LCH | lch(69.2 32.4 191.9) |
| OKLCH | oklch(0.723 0.098 191.0) |
Copy-ready code
/* CSS */
color: #4eb9b4;
background-color: #4eb9b4;
/* Tailwind (arbitrary) */
class="text-[#4eb9b4] bg-[#4eb9b4]"
/* SCSS */
$brand: #4eb9b4;
/* SwiftUI */
Color(red: 0.306, green: 0.725, blue: 0.706)
/* Android */
Color.parseColor("#4eb9b4")Accessibility — WCAG contrast
Aa
#4eb9b4 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb9b4 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.5%
Blue70.6%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow2.7%
Key (black)27.5%
Color previews
#4eb9b4 text on a black background
contrast 8.92:1
Card sample
#4eb9b4 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb9b4;
Background color
Panel with #4eb9b4 background
background-color: #4eb9b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb9b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 185, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 185, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb9b4; background: linear-gradient(135deg, #4eb9b4, #4E77B9);