#2dcdfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 205, 254
HSL
194°, 99%, 59%
CMYK
82, 19, 0, 0
Luminance
0.5138
Every format
| HEX | #2dcdfe |
| RGB | rgb(45, 205, 254) |
| HSL | hsl(194, 99%, 59%) |
| CMYK | cmyk(82%, 19%, 0%, 0%) |
| LAB | lab(76.9 -23.3 -35.2) |
| LCH | lch(76.9 42.2 236.5) |
| OKLCH | oklch(0.791 0.141 224.7) |
Copy-ready code
/* CSS */
color: #2dcdfe;
background-color: #2dcdfe;
/* Tailwind (arbitrary) */
class="text-[#2dcdfe] bg-[#2dcdfe]"
/* SCSS */
$brand: #2dcdfe;
/* SwiftUI */
Color(red: 0.176, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#2dcdfe")Accessibility — WCAG contrast
Aa
#2dcdfe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcdfe on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.4%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#2dcdfe text on a black background
contrast 11.28:1
Card sample
#2dcdfe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcdfe;
Background color
Panel with #2dcdfe background
background-color: #2dcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcdfe; background: linear-gradient(135deg, #2dcdfe, #2D41FE);