#2ccfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 207, 204
HSL
179°, 65%, 49%
CMYK
79, 0, 1, 19
Luminance
0.4952
Every format
| HEX | #2ccfcc |
| RGB | rgb(44, 207, 204) |
| HSL | hsl(179, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 1%, 19%) |
| LAB | lab(75.8 -39.8 -10.1) |
| LCH | lch(75.8 41.0 194.2) |
| OKLCH | oklch(0.776 0.125 192.9) |
Copy-ready code
/* CSS */
color: #2ccfcc;
background-color: #2ccfcc;
/* Tailwind (arbitrary) */
class="text-[#2ccfcc] bg-[#2ccfcc]"
/* SCSS */
$brand: #2ccfcc;
/* SwiftUI */
Color(red: 0.173, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#2ccfcc")Accessibility — WCAG contrast
Aa
#2ccfcc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccfcc on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green81.2%
Blue80.0%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#2ccfcc text on a black background
contrast 10.90:1
Card sample
#2ccfcc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccfcc;
Background color
Panel with #2ccfcc background
background-color: #2ccfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccfcc; background: linear-gradient(135deg, #2ccfcc, #2C65CF);