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