#2faeb6
a dark, vivid cyan · cool · closest name: teal
RGB
47, 174, 182
HSL
184°, 59%, 45%
CMYK
74, 4, 0, 29
Luminance
0.3425
Every format
| HEX | #2faeb6 |
| RGB | rgb(47, 174, 182) |
| HSL | hsl(184, 59%, 45%) |
| CMYK | cmyk(74%, 4%, 0%, 29%) |
| LAB | lab(65.2 -30.6 -13.9) |
| LCH | lch(65.2 33.6 204.5) |
| OKLCH | oklch(0.688 0.106 201.3) |
Copy-ready code
/* CSS */
color: #2faeb6;
background-color: #2faeb6;
/* Tailwind (arbitrary) */
class="text-[#2faeb6] bg-[#2faeb6]"
/* SCSS */
$brand: #2faeb6;
/* SwiftUI */
Color(red: 0.184, green: 0.682, blue: 0.714)
/* Android */
Color.parseColor("#2faeb6")Accessibility — WCAG contrast
Aa
#2faeb6 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2faeb6 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.2%
Blue71.4%
CMYK percentages
Cyan74.2%
Magenta4.4%
Yellow0.0%
Key (black)28.6%
Color previews
#2faeb6 text on a black background
contrast 7.85:1
Card sample
#2faeb6 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2faeb6;
Background color
Panel with #2faeb6 background
background-color: #2faeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2faeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 174, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 174, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2faeb6; background: linear-gradient(135deg, #2faeb6, #2F54B6);