#45cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 207, 218
HSL
184°, 67%, 56%
CMYK
68, 5, 0, 15
Luminance
0.5095
Every format
| HEX | #45cfda |
| RGB | rgb(69, 207, 218) |
| HSL | hsl(184, 67%, 56%) |
| CMYK | cmyk(68%, 5%, 0%, 15%) |
| LAB | lab(76.7 -32.9 -16.2) |
| LCH | lch(76.7 36.7 206.3) |
| OKLCH | oklch(0.786 0.116 202.8) |
Copy-ready code
/* CSS */
color: #45cfda;
background-color: #45cfda;
/* Tailwind (arbitrary) */
class="text-[#45cfda] bg-[#45cfda]"
/* SCSS */
$brand: #45cfda;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#45cfda")Accessibility — WCAG contrast
Aa
#45cfda on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfda on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue85.5%
CMYK percentages
Cyan68.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#45cfda text on a black background
contrast 11.19:1
Card sample
#45cfda text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfda;
Background color
Panel with #45cfda background
background-color: #45cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfda; background: linear-gradient(135deg, #45cfda, #456CDA);