#2fccce
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 204, 206
HSL
181°, 63%, 50%
CMYK
77, 1, 0, 19
Luminance
0.4825
Every format
| HEX | #2fccce |
| RGB | rgb(47, 204, 206) |
| HSL | hsl(181, 63%, 50%) |
| CMYK | cmyk(77%, 1%, 0%, 19%) |
| LAB | lab(75.0 -37.5 -12.3) |
| LCH | lch(75.0 39.5 198.2) |
| OKLCH | oklch(0.770 0.122 196.2) |
Copy-ready code
/* CSS */
color: #2fccce;
background-color: #2fccce;
/* Tailwind (arbitrary) */
class="text-[#2fccce] bg-[#2fccce]"
/* SCSS */
$brand: #2fccce;
/* SwiftUI */
Color(red: 0.184, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#2fccce")Accessibility — WCAG contrast
Aa
#2fccce on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fccce on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.0%
Blue80.8%
CMYK percentages
Cyan77.2%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#2fccce text on a black background
contrast 10.65:1
Card sample
#2fccce text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fccce;
Background color
Panel with #2fccce background
background-color: #2fccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fccce; background: linear-gradient(135deg, #2fccce, #2F62CE);