#2dccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 204, 253
HSL
194°, 98%, 58%
CMYK
82, 19, 0, 1
Luminance
0.5084
Every format
| HEX | #2dccfd |
| RGB | rgb(45, 204, 253) |
| HSL | hsl(194, 98%, 58%) |
| CMYK | cmyk(82%, 19%, 0%, 1%) |
| LAB | lab(76.6 -23.1 -35.2) |
| LCH | lch(76.6 42.1 236.7) |
| OKLCH | oklch(0.788 0.140 224.8) |
Copy-ready code
/* CSS */
color: #2dccfd;
background-color: #2dccfd;
/* Tailwind (arbitrary) */
class="text-[#2dccfd] bg-[#2dccfd]"
/* SCSS */
$brand: #2dccfd;
/* SwiftUI */
Color(red: 0.176, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#2dccfd")Accessibility — WCAG contrast
Aa
#2dccfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dccfd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.0%
Blue99.2%
CMYK percentages
Cyan82.2%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#2dccfd text on a black background
contrast 11.17:1
Card sample
#2dccfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dccfd;
Background color
Panel with #2dccfd background
background-color: #2dccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dccfd; background: linear-gradient(135deg, #2dccfd, #2D41FD);