#4b9da4
a balanced, soft cyan · cool · closest name: teal
RGB
75, 157, 164
HSL
185°, 37%, 47%
CMYK
54, 4, 0, 36
Luminance
0.2829
Every format
| HEX | #4b9da4 |
| RGB | rgb(75, 157, 164) |
| HSL | hsl(185, 37%, 47%) |
| CMYK | cmyk(54%, 4%, 0%, 36%) |
| LAB | lab(60.1 -22.8 -11.3) |
| LCH | lch(60.1 25.5 206.3) |
| OKLCH | oklch(0.648 0.080 202.8) |
Copy-ready code
/* CSS */
color: #4b9da4;
background-color: #4b9da4;
/* Tailwind (arbitrary) */
class="text-[#4b9da4] bg-[#4b9da4]"
/* SCSS */
$brand: #4b9da4;
/* SwiftUI */
Color(red: 0.294, green: 0.616, blue: 0.643)
/* Android */
Color.parseColor("#4b9da4")Accessibility — WCAG contrast
Aa
#4b9da4 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b9da4 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green61.6%
Blue64.3%
CMYK percentages
Cyan54.3%
Magenta4.3%
Yellow0.0%
Key (black)35.7%
Color previews
#4b9da4 text on a black background
contrast 6.66:1
Card sample
#4b9da4 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b9da4;
Background color
Panel with #4b9da4 background
background-color: #4b9da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b9da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 157, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 157, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b9da4; background: linear-gradient(135deg, #4b9da4, #4B62A4);