#2fafac
a dark, vivid cyan · cool · closest name: teal
RGB
47, 175, 172
HSL
179°, 58%, 44%
CMYK
73, 0, 2, 31
Luminance
0.3424
Every format
| HEX | #2fafac |
| RGB | rgb(47, 175, 172) |
| HSL | hsl(179, 58%, 44%) |
| CMYK | cmyk(73%, 0%, 2%, 31%) |
| LAB | lab(65.2 -34.0 -8.4) |
| LCH | lch(65.2 35.0 193.8) |
| OKLCH | oklch(0.687 0.107 192.6) |
Copy-ready code
/* CSS */
color: #2fafac;
background-color: #2fafac;
/* Tailwind (arbitrary) */
class="text-[#2fafac] bg-[#2fafac]"
/* SCSS */
$brand: #2fafac;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#2fafac")Accessibility — WCAG contrast
Aa
#2fafac on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fafac on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue67.5%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#2fafac text on a black background
contrast 7.85:1
Card sample
#2fafac text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fafac;
Background color
Panel with #2fafac background
background-color: #2fafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fafac; background: linear-gradient(135deg, #2fafac, #2F5DAF);