#45cfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
69, 207, 226
HSL
187°, 73%, 58%
CMYK
70, 8, 0, 11
Luminance
0.5138
Every format
| HEX | #45cfe2 |
| RGB | rgb(69, 207, 226) |
| HSL | hsl(187, 73%, 58%) |
| CMYK | cmyk(70%, 8%, 0%, 11%) |
| LAB | lab(76.9 -30.6 -20.1) |
| LCH | lch(76.9 36.6 213.4) |
| OKLCH | oklch(0.789 0.118 208.3) |
Copy-ready code
/* CSS */
color: #45cfe2;
background-color: #45cfe2;
/* Tailwind (arbitrary) */
class="text-[#45cfe2] bg-[#45cfe2]"
/* SCSS */
$brand: #45cfe2;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#45cfe2")Accessibility — WCAG contrast
Aa
#45cfe2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfe2 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue88.6%
CMYK percentages
Cyan69.5%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#45cfe2 text on a black background
contrast 11.28:1
Card sample
#45cfe2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfe2;
Background color
Panel with #45cfe2 background
background-color: #45cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfe2; background: linear-gradient(135deg, #45cfe2, #4566E2);