#32cdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 205, 175
HSL
168°, 61%, 50%
CMYK
76, 0, 15, 20
Luminance
0.4744
Every format
| HEX | #32cdaf |
| RGB | rgb(50, 205, 175) |
| HSL | hsl(168, 61%, 50%) |
| CMYK | cmyk(76%, 0%, 15%, 20%) |
| LAB | lab(74.5 -46.2 3.7) |
| LCH | lch(74.5 46.4 175.4) |
| OKLCH | oklch(0.763 0.132 176.1) |
Copy-ready code
/* CSS */
color: #32cdaf;
background-color: #32cdaf;
/* Tailwind (arbitrary) */
class="text-[#32cdaf] bg-[#32cdaf]"
/* SCSS */
$brand: #32cdaf;
/* SwiftUI */
Color(red: 0.196, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#32cdaf")Accessibility — WCAG contrast
Aa
#32cdaf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cdaf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.4%
Blue68.6%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#32cdaf text on a black background
contrast 10.49:1
Card sample
#32cdaf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cdaf;
Background color
Panel with #32cdaf background
background-color: #32cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cdaf; background: linear-gradient(135deg, #32cdaf, #3284CD);