#45fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
69, 252, 235
HSL
174°, 97%, 63%
CMYK
73, 0, 7, 1
Luminance
0.7688
Every format
| HEX | #45fceb |
| RGB | rgb(69, 252, 235) |
| HSL | hsl(174, 97%, 63%) |
| CMYK | cmyk(73%, 0%, 7%, 1%) |
| LAB | lab(90.3 -48.4 -4.9) |
| LCH | lch(90.3 48.7 185.8) |
| OKLCH | oklch(0.898 0.144 185.6) |
Copy-ready code
/* CSS */
color: #45fceb;
background-color: #45fceb;
/* Tailwind (arbitrary) */
class="text-[#45fceb] bg-[#45fceb]"
/* SCSS */
$brand: #45fceb;
/* SwiftUI */
Color(red: 0.271, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#45fceb")Accessibility — WCAG contrast
Aa
#45fceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45fceb on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#45fceb text on a black background
contrast 16.38:1
Card sample
#45fceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45fceb;
Background color
Panel with #45fceb background
background-color: #45fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45fceb; background: linear-gradient(135deg, #45fceb, #4593FC);