#45c2af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 194, 175
HSL
171°, 51%, 52%
CMYK
64, 0, 10, 24
Luminance
0.4294
Every format
| HEX | #45c2af |
| RGB | rgb(69, 194, 175) |
| HSL | hsl(171, 51%, 52%) |
| CMYK | cmyk(64%, 0%, 10%, 24%) |
| LAB | lab(71.5 -38.8 -0.6) |
| LCH | lch(71.5 38.8 180.8) |
| OKLCH | oklch(0.740 0.113 181.1) |
Copy-ready code
/* CSS */
color: #45c2af;
background-color: #45c2af;
/* Tailwind (arbitrary) */
class="text-[#45c2af] bg-[#45c2af]"
/* SCSS */
$brand: #45c2af;
/* SwiftUI */
Color(red: 0.271, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#45c2af")Accessibility — WCAG contrast
Aa
#45c2af on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c2af on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green76.1%
Blue68.6%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#45c2af text on a black background
contrast 9.59:1
Card sample
#45c2af text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c2af;
Background color
Panel with #45c2af background
background-color: #45c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c2af; background: linear-gradient(135deg, #45c2af, #4582C2);