#33ccaa
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 204, 170
HSL
167°, 60%, 50%
CMYK
75, 0, 17, 20
Luminance
0.4679
Every format
| HEX | #33ccaa |
| RGB | rgb(51, 204, 170) |
| HSL | hsl(167, 60%, 50%) |
| CMYK | cmyk(75%, 0%, 17%, 20%) |
| LAB | lab(74.0 -46.9 5.8) |
| LCH | lch(74.0 47.3 173.0) |
| OKLCH | oklch(0.760 0.133 173.7) |
Copy-ready code
/* CSS */
color: #33ccaa;
background-color: #33ccaa;
/* Tailwind (arbitrary) */
class="text-[#33ccaa] bg-[#33ccaa]"
/* SCSS */
$brand: #33ccaa;
/* SwiftUI */
Color(red: 0.200, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#33ccaa")Accessibility — WCAG contrast
Aa
#33ccaa on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ccaa on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.0%
Blue66.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#33ccaa text on a black background
contrast 10.36:1
Card sample
#33ccaa text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ccaa;
Background color
Panel with #33ccaa background
background-color: #33ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ccaa; background: linear-gradient(135deg, #33ccaa, #3388CC);