#33c4cc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 196, 204
HSL
183°, 60%, 50%
CMYK
75, 4, 0, 20
Luminance
0.4454
Every format
| HEX | #33c4cc |
| RGB | rgb(51, 196, 204) |
| HSL | hsl(183, 60%, 50%) |
| CMYK | cmyk(75%, 4%, 0%, 20%) |
| LAB | lab(72.6 -34.0 -14.8) |
| LCH | lch(72.6 37.1 203.5) |
| OKLCH | oklch(0.751 0.117 200.6) |
Copy-ready code
/* CSS */
color: #33c4cc;
background-color: #33c4cc;
/* Tailwind (arbitrary) */
class="text-[#33c4cc] bg-[#33c4cc]"
/* SCSS */
$brand: #33c4cc;
/* SwiftUI */
Color(red: 0.200, green: 0.769, blue: 0.800)
/* Android */
Color.parseColor("#33c4cc")Accessibility — WCAG contrast
Aa
#33c4cc on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33c4cc on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green76.9%
Blue80.0%
CMYK percentages
Cyan75.0%
Magenta3.9%
Yellow0.0%
Key (black)20.0%
Color previews
#33c4cc text on a black background
contrast 9.91:1
Card sample
#33c4cc text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33c4cc;
Background color
Panel with #33c4cc background
background-color: #33c4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33c4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 196, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 196, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33c4cc; background: linear-gradient(135deg, #33c4cc, #335ECC);