#3faeb2
a balanced, vivid cyan · cool · closest name: teal
RGB
63, 174, 178
HSL
182°, 48%, 47%
CMYK
65, 2, 0, 30
Luminance
0.3454
Every format
| HEX | #3faeb2 |
| RGB | rgb(63, 174, 178) |
| HSL | hsl(182, 48%, 47%) |
| CMYK | cmyk(65%, 2%, 0%, 30%) |
| LAB | lab(65.4 -29.5 -11.3) |
| LCH | lch(65.4 31.6 200.9) |
| OKLCH | oklch(0.691 0.099 198.5) |
Copy-ready code
/* CSS */
color: #3faeb2;
background-color: #3faeb2;
/* Tailwind (arbitrary) */
class="text-[#3faeb2] bg-[#3faeb2]"
/* SCSS */
$brand: #3faeb2;
/* SwiftUI */
Color(red: 0.247, green: 0.682, blue: 0.698)
/* Android */
Color.parseColor("#3faeb2")Accessibility — WCAG contrast
Aa
#3faeb2 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faeb2 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.2%
Blue69.8%
CMYK percentages
Cyan64.6%
Magenta2.2%
Yellow0.0%
Key (black)30.2%
Color previews
#3faeb2 text on a black background
contrast 7.91:1
Card sample
#3faeb2 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faeb2;
Background color
Panel with #3faeb2 background
background-color: #3faeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 174, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 174, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faeb2; background: linear-gradient(135deg, #3faeb2, #3F61B2);