#45cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 202, 207
HSL
182°, 59%, 54%
CMYK
67, 2, 0, 19
Luminance
0.4801
Every format
| HEX | #45cacf |
| RGB | rgb(69, 202, 207) |
| HSL | hsl(182, 59%, 54%) |
| CMYK | cmyk(67%, 2%, 0%, 19%) |
| LAB | lab(74.8 -33.7 -13.0) |
| LCH | lch(74.8 36.1 201.2) |
| OKLCH | oklch(0.770 0.113 198.7) |
Copy-ready code
/* CSS */
color: #45cacf;
background-color: #45cacf;
/* Tailwind (arbitrary) */
class="text-[#45cacf] bg-[#45cacf]"
/* SCSS */
$brand: #45cacf;
/* SwiftUI */
Color(red: 0.271, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#45cacf")Accessibility — WCAG contrast
Aa
#45cacf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cacf on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green79.2%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#45cacf text on a black background
contrast 10.60:1
Card sample
#45cacf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cacf;
Background color
Panel with #45cacf background
background-color: #45cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cacf; background: linear-gradient(135deg, #45cacf, #456ECF);