#45def5
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 222, 245
HSL
188°, 90%, 62%
CMYK
72, 9, 0, 4
Luminance
0.6010
Every format
| HEX | #45def5 |
| RGB | rgb(69, 222, 245) |
| HSL | hsl(188, 90%, 62%) |
| CMYK | cmyk(72%, 9%, 0%, 4%) |
| LAB | lab(81.9 -32.1 -22.7) |
| LCH | lch(81.9 39.3 215.3) |
| OKLCH | oklch(0.831 0.128 209.7) |
Copy-ready code
/* CSS */
color: #45def5;
background-color: #45def5;
/* Tailwind (arbitrary) */
class="text-[#45def5] bg-[#45def5]"
/* SCSS */
$brand: #45def5;
/* SwiftUI */
Color(red: 0.271, green: 0.871, blue: 0.961)
/* Android */
Color.parseColor("#45def5")Accessibility — WCAG contrast
Aa
#45def5 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45def5 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green87.1%
Blue96.1%
CMYK percentages
Cyan71.8%
Magenta9.4%
Yellow0.0%
Key (black)3.9%
Color previews
#45def5 text on a black background
contrast 13.02:1
Card sample
#45def5 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45def5;
Background color
Panel with #45def5 background
background-color: #45def5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45def5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 222, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 222, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45def5; background: linear-gradient(135deg, #45def5, #4569F5);