#33cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 207, 173
HSL
167°, 62%, 51%
CMYK
75, 0, 16, 19
Luminance
0.4835
Every format
| HEX | #33cfad |
| RGB | rgb(51, 207, 173) |
| HSL | hsl(167, 62%, 51%) |
| CMYK | cmyk(75%, 0%, 16%, 19%) |
| LAB | lab(75.0 -47.4 5.6) |
| LCH | lch(75.0 47.8 173.3) |
| OKLCH | oklch(0.768 0.135 174.0) |
Copy-ready code
/* CSS */
color: #33cfad;
background-color: #33cfad;
/* Tailwind (arbitrary) */
class="text-[#33cfad] bg-[#33cfad]"
/* SCSS */
$brand: #33cfad;
/* SwiftUI */
Color(red: 0.200, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#33cfad")Accessibility — WCAG contrast
Aa
#33cfad on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cfad on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green81.2%
Blue67.8%
CMYK percentages
Cyan75.4%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#33cfad text on a black background
contrast 10.67:1
Card sample
#33cfad text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cfad;
Background color
Panel with #33cfad background
background-color: #33cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cfad; background: linear-gradient(135deg, #33cfad, #3389CF);