#45faff
a balanced, electric cyan · cool · closest name: cyan
RGB
69, 250, 255
HSL
182°, 100%, 64%
CMYK
73, 2, 0, 0
Luminance
0.7686
Every format
| HEX | #45faff |
| RGB | rgb(69, 250, 255) |
| HSL | hsl(182, 100%, 64%) |
| CMYK | cmyk(73%, 2%, 0%, 0%) |
| LAB | lab(90.3 -42.1 -15.4) |
| LCH | lch(90.3 44.8 200.0) |
| OKLCH | oklch(0.900 0.140 197.8) |
Copy-ready code
/* CSS */
color: #45faff;
background-color: #45faff;
/* Tailwind (arbitrary) */
class="text-[#45faff] bg-[#45faff]"
/* SCSS */
$brand: #45faff;
/* SwiftUI */
Color(red: 0.271, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#45faff")Accessibility — WCAG contrast
Aa
#45faff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45faff on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green98.0%
Blue100.0%
CMYK percentages
Cyan72.9%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#45faff text on a black background
contrast 16.37:1
Card sample
#45faff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45faff;
Background color
Panel with #45faff background
background-color: #45faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45faff; background: linear-gradient(135deg, #45faff, #457EFF);