#3facb2
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 172, 178
HSL
183°, 48%, 47%
CMYK
65, 3, 0, 30
Luminance
0.3378
Every format
| HEX | #3facb2 |
| RGB | rgb(63, 172, 178) |
| HSL | hsl(183, 48%, 47%) |
| CMYK | cmyk(65%, 3%, 0%, 30%) |
| LAB | lab(64.8 -28.6 -12.2) |
| LCH | lch(64.8 31.1 203.2) |
| OKLCH | oklch(0.686 0.098 200.3) |
Copy-ready code
/* CSS */
color: #3facb2;
background-color: #3facb2;
/* Tailwind (arbitrary) */
class="text-[#3facb2] bg-[#3facb2]"
/* SCSS */
$brand: #3facb2;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#3facb2")Accessibility — WCAG contrast
Aa
#3facb2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3facb2 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue69.8%
CMYK percentages
Cyan64.6%
Magenta3.4%
Yellow0.0%
Key (black)30.2%
Color previews
#3facb2 text on a black background
contrast 7.76:1
Card sample
#3facb2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3facb2;
Background color
Panel with #3facb2 background
background-color: #3facb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3facb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3facb2; background: linear-gradient(135deg, #3facb2, #3F5FB2);