#4baba7
a balanced, soft cyan · cool · closest name: teal
RGB
75, 171, 167
HSL
178°, 39%, 48%
CMYK
56, 0, 2, 33
Luminance
0.3341
Every format
| HEX | #4baba7 |
| RGB | rgb(75, 171, 167) |
| HSL | hsl(178, 39%, 48%) |
| CMYK | cmyk(56%, 0%, 2%, 33%) |
| LAB | lab(64.5 -29.0 -6.5) |
| LCH | lch(64.5 29.7 192.6) |
| OKLCH | oklch(0.683 0.090 191.5) |
Copy-ready code
/* CSS */
color: #4baba7;
background-color: #4baba7;
/* Tailwind (arbitrary) */
class="text-[#4baba7] bg-[#4baba7]"
/* SCSS */
$brand: #4baba7;
/* SwiftUI */
Color(red: 0.294, green: 0.671, blue: 0.655)
/* Android */
Color.parseColor("#4baba7")Accessibility — WCAG contrast
Aa
#4baba7 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baba7 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.1%
Blue65.5%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow2.3%
Key (black)32.9%
Color previews
#4baba7 text on a black background
contrast 7.68:1
Card sample
#4baba7 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baba7;
Background color
Panel with #4baba7 background
background-color: #4baba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 171, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 171, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baba7; background: linear-gradient(135deg, #4baba7, #4B6FAB);