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