#45fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
69, 252, 223
HSL
171°, 97%, 63%
CMYK
73, 0, 12, 1
Luminance
0.7621
Every format
| HEX | #45fcdf |
| RGB | rgb(69, 252, 223) |
| HSL | hsl(171, 97%, 63%) |
| CMYK | cmyk(73%, 0%, 12%, 1%) |
| LAB | lab(90.0 -51.5 0.8) |
| LCH | lch(90.0 51.5 179.1) |
| OKLCH | oklch(0.895 0.149 179.5) |
Copy-ready code
/* CSS */
color: #45fcdf;
background-color: #45fcdf;
/* Tailwind (arbitrary) */
class="text-[#45fcdf] bg-[#45fcdf]"
/* SCSS */
$brand: #45fcdf;
/* SwiftUI */
Color(red: 0.271, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#45fcdf")Accessibility — WCAG contrast
Aa
#45fcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45fcdf on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#45fcdf text on a black background
contrast 16.24:1
Card sample
#45fcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45fcdf;
Background color
Panel with #45fcdf background
background-color: #45fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45fcdf; background: linear-gradient(135deg, #45fcdf, #459FFC);