#2fadbb
a balanced, vivid cyan · cool · closest name: teal
RGB
47, 173, 187
HSL
186°, 60%, 46%
CMYK
75, 8, 0, 27
Luminance
0.3408
Every format
| HEX | #2fadbb |
| RGB | rgb(47, 173, 187) |
| HSL | hsl(186, 60%, 46%) |
| CMYK | cmyk(75%, 8%, 0%, 27%) |
| LAB | lab(65.0 -28.5 -16.9) |
| LCH | lch(65.0 33.2 210.6) |
| OKLCH | oklch(0.688 0.107 206.1) |
Copy-ready code
/* CSS */
color: #2fadbb;
background-color: #2fadbb;
/* Tailwind (arbitrary) */
class="text-[#2fadbb] bg-[#2fadbb]"
/* SCSS */
$brand: #2fadbb;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#2fadbb")Accessibility — WCAG contrast
Aa
#2fadbb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadbb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue73.3%
CMYK percentages
Cyan74.9%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#2fadbb text on a black background
contrast 7.82:1
Card sample
#2fadbb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadbb;
Background color
Panel with #2fadbb background
background-color: #2fadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadbb; background: linear-gradient(135deg, #2fadbb, #2F50BB);