#4ba4ac
a balanced, soft cyan · cool · closest name: teal
RGB
75, 164, 172
HSL
185°, 39%, 48%
CMYK
56, 5, 0, 33
Luminance
0.3103
Every format
| HEX | #4ba4ac |
| RGB | rgb(75, 164, 172) |
| HSL | hsl(185, 39%, 48%) |
| CMYK | cmyk(56%, 5%, 0%, 33%) |
| LAB | lab(62.5 -24.1 -12.2) |
| LCH | lch(62.5 27.0 206.8) |
| OKLCH | oklch(0.668 0.085 203.3) |
Copy-ready code
/* CSS */
color: #4ba4ac;
background-color: #4ba4ac;
/* Tailwind (arbitrary) */
class="text-[#4ba4ac] bg-[#4ba4ac]"
/* SCSS */
$brand: #4ba4ac;
/* SwiftUI */
Color(red: 0.294, green: 0.643, blue: 0.675)
/* Android */
Color.parseColor("#4ba4ac")Accessibility — WCAG contrast
Aa
#4ba4ac on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba4ac on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.3%
Blue67.5%
CMYK percentages
Cyan56.4%
Magenta4.7%
Yellow0.0%
Key (black)32.5%
Color previews
#4ba4ac text on a black background
contrast 7.21:1
Card sample
#4ba4ac text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba4ac;
Background color
Panel with #4ba4ac background
background-color: #4ba4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 164, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 164, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba4ac; background: linear-gradient(135deg, #4ba4ac, #4B63AC);