#4ebfaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 191, 175
HSL
172°, 47%, 53%
CMYK
59, 0, 8, 25
Luminance
0.4198
Every format
| HEX | #4ebfaf |
| RGB | rgb(78, 191, 175) |
| HSL | hsl(172, 47%, 53%) |
| CMYK | cmyk(59%, 0%, 8%, 25%) |
| LAB | lab(70.8 -35.8 -1.5) |
| LCH | lch(70.8 35.8 182.4) |
| OKLCH | oklch(0.736 0.105 182.5) |
Copy-ready code
/* CSS */
color: #4ebfaf;
background-color: #4ebfaf;
/* Tailwind (arbitrary) */
class="text-[#4ebfaf] bg-[#4ebfaf]"
/* SCSS */
$brand: #4ebfaf;
/* SwiftUI */
Color(red: 0.306, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#4ebfaf")Accessibility — WCAG contrast
Aa
#4ebfaf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebfaf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.9%
Blue68.6%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#4ebfaf text on a black background
contrast 9.40:1
Card sample
#4ebfaf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebfaf;
Background color
Panel with #4ebfaf background
background-color: #4ebfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebfaf; background: linear-gradient(135deg, #4ebfaf, #4E84BF);