#45b7a0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 183, 160
HSL
168°, 45%, 49%
CMYK
62, 0, 13, 28
Luminance
0.3767
Every format
| HEX | #45b7a0 |
| RGB | rgb(69, 183, 160) |
| HSL | hsl(168, 45%, 49%) |
| CMYK | cmyk(62%, 0%, 13%, 28%) |
| LAB | lab(67.8 -37.6 2.2) |
| LCH | lch(67.8 37.7 176.7) |
| OKLCH | oklch(0.709 0.108 177.2) |
Copy-ready code
/* CSS */
color: #45b7a0;
background-color: #45b7a0;
/* Tailwind (arbitrary) */
class="text-[#45b7a0] bg-[#45b7a0]"
/* SCSS */
$brand: #45b7a0;
/* SwiftUI */
Color(red: 0.271, green: 0.718, blue: 0.627)
/* Android */
Color.parseColor("#45b7a0")Accessibility — WCAG contrast
Aa
#45b7a0 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45b7a0 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green71.8%
Blue62.7%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow12.6%
Key (black)28.2%
Color previews
#45b7a0 text on a black background
contrast 8.53:1
Card sample
#45b7a0 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45b7a0;
Background color
Panel with #45b7a0 background
background-color: #45b7a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45b7a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 183, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 183, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45b7a0; background: linear-gradient(135deg, #45b7a0, #4582B7);