#4ba2ad
a balanced, soft cyan · cool · closest name: teal
RGB
75, 162, 173
HSL
187°, 40%, 49%
CMYK
57, 6, 0, 32
Luminance
0.3035
Every format
| HEX | #4ba2ad |
| RGB | rgb(75, 162, 173) |
| HSL | hsl(187, 40%, 49%) |
| CMYK | cmyk(57%, 6%, 0%, 32%) |
| LAB | lab(62.0 -22.8 -13.6) |
| LCH | lch(62.0 26.6 210.8) |
| OKLCH | oklch(0.663 0.085 206.5) |
Copy-ready code
/* CSS */
color: #4ba2ad;
background-color: #4ba2ad;
/* Tailwind (arbitrary) */
class="text-[#4ba2ad] bg-[#4ba2ad]"
/* SCSS */
$brand: #4ba2ad;
/* SwiftUI */
Color(red: 0.294, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#4ba2ad")Accessibility — WCAG contrast
Aa
#4ba2ad on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba2ad on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.5%
Blue67.8%
CMYK percentages
Cyan56.6%
Magenta6.4%
Yellow0.0%
Key (black)32.2%
Color previews
#4ba2ad text on a black background
contrast 7.07:1
Card sample
#4ba2ad text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba2ad;
Background color
Panel with #4ba2ad background
background-color: #4ba2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba2ad; background: linear-gradient(135deg, #4ba2ad, #4B61AD);