#45c7af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 199, 175
HSL
169°, 54%, 53%
CMYK
65, 0, 12, 22
Luminance
0.4521
Every format
| HEX | #45c7af |
| RGB | rgb(69, 199, 175) |
| HSL | hsl(169, 54%, 53%) |
| CMYK | cmyk(65%, 0%, 12%, 22%) |
| LAB | lab(73.0 -41.0 1.6) |
| LCH | lch(73.0 41.0 177.7) |
| OKLCH | oklch(0.753 0.118 178.2) |
Copy-ready code
/* CSS */
color: #45c7af;
background-color: #45c7af;
/* Tailwind (arbitrary) */
class="text-[#45c7af] bg-[#45c7af]"
/* SCSS */
$brand: #45c7af;
/* SwiftUI */
Color(red: 0.271, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#45c7af")Accessibility — WCAG contrast
Aa
#45c7af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c7af on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green78.0%
Blue68.6%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#45c7af text on a black background
contrast 10.04:1
Card sample
#45c7af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c7af;
Background color
Panel with #45c7af background
background-color: #45c7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c7af; background: linear-gradient(135deg, #45c7af, #4588C7);