#3facac
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 172, 172
HSL
180°, 46%, 46%
CMYK
63, 0, 0, 33
Luminance
0.3354
Every format
| HEX | #3facac |
| RGB | rgb(63, 172, 172) |
| HSL | hsl(180, 46%, 46%) |
| CMYK | cmyk(63%, 0%, 0%, 33%) |
| LAB | lab(64.6 -30.3 -9.2) |
| LCH | lch(64.6 31.6 196.8) |
| OKLCH | oklch(0.683 0.097 195.1) |
Copy-ready code
/* CSS */
color: #3facac;
background-color: #3facac;
/* Tailwind (arbitrary) */
class="text-[#3facac] bg-[#3facac]"
/* SCSS */
$brand: #3facac;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#3facac")Accessibility — WCAG contrast
Aa
#3facac on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3facac on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#3facac text on a black background
contrast 7.71:1
Card sample
#3facac text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3facac;
Background color
Panel with #3facac background
background-color: #3facac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3facac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3facac; background: linear-gradient(135deg, #3facac, #3F63AC);