#45cfee
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 207, 238
HSL
191°, 83%, 60%
CMYK
71, 13, 0, 7
Luminance
0.5206
Every format
| HEX | #45cfee |
| RGB | rgb(69, 207, 238) |
| HSL | hsl(191, 83%, 60%) |
| CMYK | cmyk(71%, 13%, 0%, 7%) |
| LAB | lab(77.3 -26.9 -26.0) |
| LCH | lch(77.3 37.4 224.0) |
| OKLCH | oklch(0.794 0.123 216.1) |
Copy-ready code
/* CSS */
color: #45cfee;
background-color: #45cfee;
/* Tailwind (arbitrary) */
class="text-[#45cfee] bg-[#45cfee]"
/* SCSS */
$brand: #45cfee;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#45cfee")Accessibility — WCAG contrast
Aa
#45cfee on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfee on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue93.3%
CMYK percentages
Cyan71.0%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#45cfee text on a black background
contrast 11.41:1
Card sample
#45cfee text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfee;
Background color
Panel with #45cfee background
background-color: #45cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfee; background: linear-gradient(135deg, #45cfee, #455EEE);