#4dacac
a balanced, soft cyan · cool · closest name: teal
RGB
77, 172, 172
HSL
180°, 38%, 49%
CMYK
55, 0, 0, 33
Luminance
0.3406
Every format
| HEX | #4dacac |
| RGB | rgb(77, 172, 172) |
| HSL | hsl(180, 38%, 49%) |
| CMYK | cmyk(55%, 0%, 0%, 33%) |
| LAB | lab(65.0 -27.7 -8.5) |
| LCH | lch(65.0 29.0 197.0) |
| OKLCH | oklch(0.688 0.089 195.3) |
Copy-ready code
/* CSS */
color: #4dacac;
background-color: #4dacac;
/* Tailwind (arbitrary) */
class="text-[#4dacac] bg-[#4dacac]"
/* SCSS */
$brand: #4dacac;
/* SwiftUI */
Color(red: 0.302, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#4dacac")Accessibility — WCAG contrast
Aa
#4dacac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dacac on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green67.5%
Blue67.5%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#4dacac text on a black background
contrast 7.81:1
Card sample
#4dacac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dacac;
Background color
Panel with #4dacac background
background-color: #4dacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dacac; background: linear-gradient(135deg, #4dacac, #4D6DAC);