#45d3fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 211, 253
HSL
194°, 98%, 63%
CMYK
73, 17, 0, 1
Luminance
0.5495
Every format
| HEX | #45d3fd |
| RGB | rgb(69, 211, 253) |
| HSL | hsl(194, 98%, 63%) |
| CMYK | cmyk(73%, 17%, 0%, 1%) |
| LAB | lab(79.0 -24.3 -31.4) |
| LCH | lch(79.0 39.7 232.3) |
| OKLCH | oklch(0.809 0.131 222.0) |
Copy-ready code
/* CSS */
color: #45d3fd;
background-color: #45d3fd;
/* Tailwind (arbitrary) */
class="text-[#45d3fd] bg-[#45d3fd]"
/* SCSS */
$brand: #45d3fd;
/* SwiftUI */
Color(red: 0.271, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#45d3fd")Accessibility — WCAG contrast
Aa
#45d3fd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45d3fd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green82.7%
Blue99.2%
CMYK percentages
Cyan72.7%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#45d3fd text on a black background
contrast 11.99:1
Card sample
#45d3fd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45d3fd;
Background color
Panel with #45d3fd background
background-color: #45d3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45d3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45d3fd; background: linear-gradient(135deg, #45d3fd, #4558FD);