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