#4ebdb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 189, 179
HSL
175°, 46%, 52%
CMYK
59, 0, 5, 26
Luminance
0.4127
Every format
| HEX | #4ebdb3 |
| RGB | rgb(78, 189, 179) |
| HSL | hsl(175, 46%, 52%) |
| CMYK | cmyk(59%, 0%, 5%, 26%) |
| LAB | lab(70.4 -33.8 -4.4) |
| LCH | lch(70.4 34.1 187.4) |
| OKLCH | oklch(0.732 0.102 187.0) |
Copy-ready code
/* CSS */
color: #4ebdb3;
background-color: #4ebdb3;
/* Tailwind (arbitrary) */
class="text-[#4ebdb3] bg-[#4ebdb3]"
/* SCSS */
$brand: #4ebdb3;
/* SwiftUI */
Color(red: 0.306, green: 0.741, blue: 0.702)
/* Android */
Color.parseColor("#4ebdb3")Accessibility — WCAG contrast
Aa
#4ebdb3 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebdb3 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.1%
Blue70.2%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow5.3%
Key (black)25.9%
Color previews
#4ebdb3 text on a black background
contrast 9.25:1
Card sample
#4ebdb3 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebdb3;
Background color
Panel with #4ebdb3 background
background-color: #4ebdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 189, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 189, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebdb3; background: linear-gradient(135deg, #4ebdb3, #4E7DBD);