#2fafba
a balanced, vivid cyan · cool · closest name: teal
RGB
47, 175, 186
HSL
185°, 60%, 46%
CMYK
75, 6, 0, 27
Luminance
0.3481
Every format
| HEX | #2fafba |
| RGB | rgb(47, 175, 186) |
| HSL | hsl(185, 60%, 46%) |
| CMYK | cmyk(75%, 6%, 0%, 27%) |
| LAB | lab(65.6 -29.8 -15.5) |
| LCH | lch(65.6 33.6 207.4) |
| OKLCH | oklch(0.692 0.107 203.7) |
Copy-ready code
/* CSS */
color: #2fafba;
background-color: #2fafba;
/* Tailwind (arbitrary) */
class="text-[#2fafba] bg-[#2fafba]"
/* SCSS */
$brand: #2fafba;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#2fafba")Accessibility — WCAG contrast
Aa
#2fafba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fafba on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#2fafba text on a black background
contrast 7.96:1
Card sample
#2fafba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fafba;
Background color
Panel with #2fafba background
background-color: #2fafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fafba; background: linear-gradient(135deg, #2fafba, #2F52BA);