#33c5af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 197, 175
HSL
171°, 59%, 49%
CMYK
74, 0, 11, 23
Luminance
0.4373
Every format
| HEX | #33c5af |
| RGB | rgb(51, 197, 175) |
| HSL | hsl(171, 59%, 49%) |
| CMYK | cmyk(74%, 0%, 11%, 23%) |
| LAB | lab(72.0 -42.6 0.2) |
| LCH | lch(72.0 42.6 179.8) |
| OKLCH | oklch(0.744 0.123 180.1) |
Copy-ready code
/* CSS */
color: #33c5af;
background-color: #33c5af;
/* Tailwind (arbitrary) */
class="text-[#33c5af] bg-[#33c5af]"
/* SCSS */
$brand: #33c5af;
/* SwiftUI */
Color(red: 0.200, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#33c5af")Accessibility — WCAG contrast
Aa
#33c5af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33c5af on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green77.3%
Blue68.6%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#33c5af text on a black background
contrast 9.75:1
Card sample
#33c5af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33c5af;
Background color
Panel with #33c5af background
background-color: #33c5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33c5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33c5af; background: linear-gradient(135deg, #33c5af, #3379C5);