#45eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
69, 237, 223
HSL
175°, 82%, 60%
CMYK
71, 0, 6, 7
Luminance
0.6716
Every format
| HEX | #45eddf |
| RGB | rgb(69, 237, 223) |
| HSL | hsl(175, 82%, 60%) |
| CMYK | cmyk(71%, 0%, 6%, 7%) |
| LAB | lab(85.6 -45.1 -5.6) |
| LCH | lch(85.6 45.5 187.0) |
| OKLCH | oklch(0.859 0.135 186.7) |
Copy-ready code
/* CSS */
color: #45eddf;
background-color: #45eddf;
/* Tailwind (arbitrary) */
class="text-[#45eddf] bg-[#45eddf]"
/* SCSS */
$brand: #45eddf;
/* SwiftUI */
Color(red: 0.271, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#45eddf")Accessibility — WCAG contrast
Aa
#45eddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45eddf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#45eddf text on a black background
contrast 14.43:1
Card sample
#45eddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45eddf;
Background color
Panel with #45eddf background
background-color: #45eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45eddf; background: linear-gradient(135deg, #45eddf, #458BED);