#2ccfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 207, 223
HSL
185°, 74%, 52%
CMYK
80, 7, 0, 13
Luminance
0.5049
Every format
| HEX | #2ccfdf |
| RGB | rgb(44, 207, 223) |
| HSL | hsl(185, 74%, 52%) |
| CMYK | cmyk(80%, 7%, 0%, 13%) |
| LAB | lab(76.4 -34.1 -19.4) |
| LCH | lch(76.4 39.3 209.6) |
| OKLCH | oklch(0.783 0.126 205.3) |
Copy-ready code
/* CSS */
color: #2ccfdf;
background-color: #2ccfdf;
/* Tailwind (arbitrary) */
class="text-[#2ccfdf] bg-[#2ccfdf]"
/* SCSS */
$brand: #2ccfdf;
/* SwiftUI */
Color(red: 0.173, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#2ccfdf")Accessibility — WCAG contrast
Aa
#2ccfdf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccfdf on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#2ccfdf text on a black background
contrast 11.10:1
Card sample
#2ccfdf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccfdf;
Background color
Panel with #2ccfdf background
background-color: #2ccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccfdf; background: linear-gradient(135deg, #2ccfdf, #2C58DF);