#4eb1af
a balanced, soft cyan · cool · closest name: teal
RGB
78, 177, 175
HSL
179°, 39%, 50%
CMYK
56, 0, 1, 31
Luminance
0.3616
Every format
| HEX | #4eb1af |
| RGB | rgb(78, 177, 175) |
| HSL | hsl(179, 39%, 50%) |
| CMYK | cmyk(56%, 0%, 1%, 31%) |
| LAB | lab(66.6 -29.2 -7.7) |
| LCH | lch(66.6 30.2 194.8) |
| OKLCH | oklch(0.702 0.092 193.4) |
Copy-ready code
/* CSS */
color: #4eb1af;
background-color: #4eb1af;
/* Tailwind (arbitrary) */
class="text-[#4eb1af] bg-[#4eb1af]"
/* SCSS */
$brand: #4eb1af;
/* SwiftUI */
Color(red: 0.306, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#4eb1af")Accessibility — WCAG contrast
Aa
#4eb1af on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb1af on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.4%
Blue68.6%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow1.1%
Key (black)30.6%
Color previews
#4eb1af text on a black background
contrast 8.23:1
Card sample
#4eb1af text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb1af;
Background color
Panel with #4eb1af background
background-color: #4eb1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb1af; background: linear-gradient(135deg, #4eb1af, #4E71B1);