#45cccd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 204, 205
HSL
180°, 58%, 54%
CMYK
66, 1, 0, 20
Luminance
0.4886
Every format
| HEX | #45cccd |
| RGB | rgb(69, 204, 205) |
| HSL | hsl(180, 58%, 54%) |
| CMYK | cmyk(66%, 1%, 0%, 20%) |
| LAB | lab(75.4 -35.2 -11.2) |
| LCH | lch(75.4 36.9 197.6) |
| OKLCH | oklch(0.774 0.114 195.8) |
Copy-ready code
/* CSS */
color: #45cccd;
background-color: #45cccd;
/* Tailwind (arbitrary) */
class="text-[#45cccd] bg-[#45cccd]"
/* SCSS */
$brand: #45cccd;
/* SwiftUI */
Color(red: 0.271, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#45cccd")Accessibility — WCAG contrast
Aa
#45cccd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cccd on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.0%
Blue80.4%
CMYK percentages
Cyan66.3%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#45cccd text on a black background
contrast 10.77:1
Card sample
#45cccd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cccd;
Background color
Panel with #45cccd background
background-color: #45cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cccd; background: linear-gradient(135deg, #45cccd, #4571CD);