#45ceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 206, 255
HSL
196°, 100%, 64%
CMYK
73, 19, 0, 0
Luminance
0.5263
Every format
| HEX | #45ceff |
| RGB | rgb(69, 206, 255) |
| HSL | hsl(196, 100%, 64%) |
| CMYK | cmyk(73%, 19%, 0%, 0%) |
| LAB | lab(77.7 -21.1 -34.5) |
| LCH | lch(77.7 40.5 238.6) |
| OKLCH | oklch(0.798 0.134 226.4) |
Copy-ready code
/* CSS */
color: #45ceff;
background-color: #45ceff;
/* Tailwind (arbitrary) */
class="text-[#45ceff] bg-[#45ceff]"
/* SCSS */
$brand: #45ceff;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#45ceff")Accessibility — WCAG contrast
Aa
#45ceff on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ceff on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue100.0%
CMYK percentages
Cyan72.9%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#45ceff text on a black background
contrast 11.53:1
Card sample
#45ceff text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ceff;
Background color
Panel with #45ceff background
background-color: #45ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ceff; background: linear-gradient(135deg, #45ceff, #4552FF);