#478f8f
a dark, soft cyan · cool · closest name: teal
RGB
71, 143, 143
HSL
180°, 34%, 42%
CMYK
50, 0, 0, 44
Luminance
0.2297
Every format
| HEX | #478f8f |
| RGB | rgb(71, 143, 143) |
| HSL | hsl(180, 34%, 42%) |
| CMYK | cmyk(50%, 0%, 0%, 44%) |
| LAB | lab(55.0 -22.4 -6.9) |
| LCH | lch(55.0 23.5 197.2) |
| OKLCH | oklch(0.604 0.072 195.4) |
Copy-ready code
/* CSS */
color: #478f8f;
background-color: #478f8f;
/* Tailwind (arbitrary) */
class="text-[#478f8f] bg-[#478f8f]"
/* SCSS */
$brand: #478f8f;
/* SwiftUI */
Color(red: 0.278, green: 0.561, blue: 0.561)
/* Android */
Color.parseColor("#478f8f")Accessibility — WCAG contrast
Aa
#478f8f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478f8f on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green56.1%
Blue56.1%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow0.0%
Key (black)43.9%
Color previews
#478f8f text on a black background
contrast 5.59:1
Card sample
#478f8f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478f8f;
Background color
Panel with #478f8f background
background-color: #478f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 143, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 143, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478f8f; background: linear-gradient(135deg, #478f8f, #475F8F);