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