#2ccfaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 207, 175
HSL
168°, 65%, 49%
CMYK
79, 0, 16, 19
Luminance
0.4826
Every format
| HEX | #2ccfaf |
| RGB | rgb(44, 207, 175) |
| HSL | hsl(168, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 16%, 19%) |
| LAB | lab(75.0 -47.7 4.4) |
| LCH | lch(75.0 47.9 174.7) |
| OKLCH | oklch(0.767 0.136 175.4) |
Copy-ready code
/* CSS */
color: #2ccfaf;
background-color: #2ccfaf;
/* Tailwind (arbitrary) */
class="text-[#2ccfaf] bg-[#2ccfaf]"
/* SCSS */
$brand: #2ccfaf;
/* SwiftUI */
Color(red: 0.173, green: 0.812, blue: 0.686)
/* Android */
Color.parseColor("#2ccfaf")Accessibility — WCAG contrast
Aa
#2ccfaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccfaf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green81.2%
Blue68.6%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow15.5%
Key (black)18.8%
Color previews
#2ccfaf text on a black background
contrast 10.65:1
Card sample
#2ccfaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccfaf;
Background color
Panel with #2ccfaf background
background-color: #2ccfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 207, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 207, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccfaf; background: linear-gradient(135deg, #2ccfaf, #2C82CF);