#4fadaf
a balanced, soft cyan · cool · closest name: teal
RGB
79, 173, 175
HSL
181°, 38%, 50%
CMYK
55, 1, 0, 31
Luminance
0.3464
Every format
| HEX | #4fadaf |
| RGB | rgb(79, 173, 175) |
| HSL | hsl(181, 38%, 50%) |
| CMYK | cmyk(55%, 1%, 0%, 31%) |
| LAB | lab(65.5 -27.0 -9.5) |
| LCH | lch(65.5 28.6 199.3) |
| OKLCH | oklch(0.692 0.089 197.2) |
Copy-ready code
/* CSS */
color: #4fadaf;
background-color: #4fadaf;
/* Tailwind (arbitrary) */
class="text-[#4fadaf] bg-[#4fadaf]"
/* SCSS */
$brand: #4fadaf;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#4fadaf")Accessibility — WCAG contrast
Aa
#4fadaf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fadaf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta1.1%
Yellow0.0%
Key (black)31.4%
Color previews
#4fadaf text on a black background
contrast 7.93:1
Card sample
#4fadaf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fadaf;
Background color
Panel with #4fadaf background
background-color: #4fadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fadaf; background: linear-gradient(135deg, #4fadaf, #4F6DAF);