#45afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 175, 204
HSL
193°, 57%, 54%
CMYK
66, 14, 0, 20
Luminance
0.3628
Every format
| HEX | #45afcc |
| RGB | rgb(69, 175, 204) |
| HSL | hsl(193, 57%, 54%) |
| CMYK | cmyk(66%, 14%, 0%, 20%) |
| LAB | lab(66.7 -21.3 -23.7) |
| LCH | lch(66.7 31.8 228.1) |
| OKLCH | oklch(0.705 0.104 219.2) |
Copy-ready code
/* CSS */
color: #45afcc;
background-color: #45afcc;
/* Tailwind (arbitrary) */
class="text-[#45afcc] bg-[#45afcc]"
/* SCSS */
$brand: #45afcc;
/* SwiftUI */
Color(red: 0.271, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#45afcc")Accessibility — WCAG contrast
Aa
#45afcc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45afcc on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green68.6%
Blue80.0%
CMYK percentages
Cyan66.2%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#45afcc text on a black background
contrast 8.26:1
Card sample
#45afcc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45afcc;
Background color
Panel with #45afcc background
background-color: #45afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45afcc; background: linear-gradient(135deg, #45afcc, #4555CC);