#33d2ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 210, 172
HSL
166°, 64%, 51%
CMYK
76, 0, 18, 18
Luminance
0.4978
Every format
| HEX | #33d2ac |
| RGB | rgb(51, 210, 172) |
| HSL | hsl(166, 64%, 51%) |
| CMYK | cmyk(76%, 0%, 18%, 18%) |
| LAB | lab(75.9 -48.9 7.4) |
| LCH | lch(75.9 49.5 171.4) |
| OKLCH | oklch(0.775 0.139 172.2) |
Copy-ready code
/* CSS */
color: #33d2ac;
background-color: #33d2ac;
/* Tailwind (arbitrary) */
class="text-[#33d2ac] bg-[#33d2ac]"
/* SCSS */
$brand: #33d2ac;
/* SwiftUI */
Color(red: 0.200, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#33d2ac")Accessibility — WCAG contrast
Aa
#33d2ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33d2ac on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green82.4%
Blue67.5%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#33d2ac text on a black background
contrast 10.96:1
Card sample
#33d2ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33d2ac;
Background color
Panel with #33d2ac background
background-color: #33d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33d2ac; background: linear-gradient(135deg, #33d2ac, #338ED2);