#45cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
69, 207, 252
HSL
195°, 97%, 63%
CMYK
73, 18, 0, 1
Luminance
0.5292
Every format
| HEX | #45cffc |
| RGB | rgb(69, 207, 252) |
| HSL | hsl(195, 97%, 63%) |
| CMYK | cmyk(73%, 18%, 0%, 1%) |
| LAB | lab(77.8 -22.6 -32.7) |
| LCH | lch(77.8 39.7 235.4) |
| OKLCH | oklch(0.799 0.131 224.2) |
Copy-ready code
/* CSS */
color: #45cffc;
background-color: #45cffc;
/* Tailwind (arbitrary) */
class="text-[#45cffc] bg-[#45cffc]"
/* SCSS */
$brand: #45cffc;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#45cffc")Accessibility — WCAG contrast
Aa
#45cffc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cffc on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue98.8%
CMYK percentages
Cyan72.6%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#45cffc text on a black background
contrast 11.58:1
Card sample
#45cffc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cffc;
Background color
Panel with #45cffc background
background-color: #45cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cffc; background: linear-gradient(135deg, #45cffc, #4555FC);