#2dcdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 205, 252
HSL
194°, 97%, 58%
CMYK
82, 19, 0, 1
Luminance
0.5125
Every format
| HEX | #2dcdfc |
| RGB | rgb(45, 205, 252) |
| HSL | hsl(194, 97%, 58%) |
| CMYK | cmyk(82%, 19%, 0%, 1%) |
| LAB | lab(76.8 -23.9 -34.3) |
| LCH | lch(76.8 41.8 235.0) |
| OKLCH | oklch(0.790 0.139 223.6) |
Copy-ready code
/* CSS */
color: #2dcdfc;
background-color: #2dcdfc;
/* Tailwind (arbitrary) */
class="text-[#2dcdfc] bg-[#2dcdfc]"
/* SCSS */
$brand: #2dcdfc;
/* SwiftUI */
Color(red: 0.176, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#2dcdfc")Accessibility — WCAG contrast
Aa
#2dcdfc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcdfc on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan82.1%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#2dcdfc text on a black background
contrast 11.25:1
Card sample
#2dcdfc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcdfc;
Background color
Panel with #2dcdfc background
background-color: #2dcdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcdfc; background: linear-gradient(135deg, #2dcdfc, #2D43FC);