#3facaf
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 172, 175
HSL
182°, 47%, 47%
CMYK
64, 2, 0, 31
Luminance
0.3366
Every format
| HEX | #3facaf |
| RGB | rgb(63, 172, 175) |
| HSL | hsl(182, 47%, 47%) |
| CMYK | cmyk(64%, 2%, 0%, 31%) |
| LAB | lab(64.7 -29.4 -10.7) |
| LCH | lch(64.7 31.3 200.0) |
| OKLCH | oklch(0.684 0.097 197.7) |
Copy-ready code
/* CSS */
color: #3facaf;
background-color: #3facaf;
/* Tailwind (arbitrary) */
class="text-[#3facaf] bg-[#3facaf]"
/* SCSS */
$brand: #3facaf;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#3facaf")Accessibility — WCAG contrast
Aa
#3facaf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3facaf on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3facaf text on a black background
contrast 7.73:1
Card sample
#3facaf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3facaf;
Background color
Panel with #3facaf background
background-color: #3facaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3facaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3facaf; background: linear-gradient(135deg, #3facaf, #3F61AF);