#33cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 205, 203
HSL
179°, 61%, 50%
CMYK
75, 0, 1, 20
Luminance
0.4868
Every format
| HEX | #33cdcb |
| RGB | rgb(51, 205, 203) |
| HSL | hsl(179, 61%, 50%) |
| CMYK | cmyk(75%, 0%, 1%, 20%) |
| LAB | lab(75.3 -38.5 -10.3) |
| LCH | lch(75.3 39.8 195.0) |
| OKLCH | oklch(0.772 0.122 193.6) |
Copy-ready code
/* CSS */
color: #33cdcb;
background-color: #33cdcb;
/* Tailwind (arbitrary) */
class="text-[#33cdcb] bg-[#33cdcb]"
/* SCSS */
$brand: #33cdcb;
/* SwiftUI */
Color(red: 0.200, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#33cdcb")Accessibility — WCAG contrast
Aa
#33cdcb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cdcb on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.4%
Blue79.6%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#33cdcb text on a black background
contrast 10.74:1
Card sample
#33cdcb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cdcb;
Background color
Panel with #33cdcb background
background-color: #33cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cdcb; background: linear-gradient(135deg, #33cdcb, #3368CD);