#2ccfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 207, 191
HSL
174°, 65%, 49%
CMYK
79, 0, 8, 19
Luminance
0.4892
Every format
| HEX | #2ccfbf |
| RGB | rgb(44, 207, 191) |
| HSL | hsl(174, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 8%, 19%) |
| LAB | lab(75.4 -43.4 -3.6) |
| LCH | lch(75.4 43.6 184.7) |
| OKLCH | oklch(0.772 0.128 184.7) |
Copy-ready code
/* CSS */
color: #2ccfbf;
background-color: #2ccfbf;
/* Tailwind (arbitrary) */
class="text-[#2ccfbf] bg-[#2ccfbf]"
/* SCSS */
$brand: #2ccfbf;
/* SwiftUI */
Color(red: 0.173, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#2ccfbf")Accessibility — WCAG contrast
Aa
#2ccfbf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccfbf on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green81.2%
Blue74.9%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#2ccfbf text on a black background
contrast 10.78:1
Card sample
#2ccfbf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccfbf;
Background color
Panel with #2ccfbf background
background-color: #2ccfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccfbf; background: linear-gradient(135deg, #2ccfbf, #2C72CF);