#2dbdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 189, 252
HSL
198°, 97%, 58%
CMYK
82, 25, 0, 1
Luminance
0.4398
Every format
| HEX | #2dbdfc |
| RGB | rgb(45, 189, 252) |
| HSL | hsl(198, 97%, 58%) |
| CMYK | cmyk(82%, 25%, 0%, 1%) |
| LAB | lab(72.2 -15.7 -41.4) |
| LCH | lch(72.2 44.3 249.3) |
| OKLCH | oklch(0.753 0.146 233.4) |
Copy-ready code
/* CSS */
color: #2dbdfc;
background-color: #2dbdfc;
/* Tailwind (arbitrary) */
class="text-[#2dbdfc] bg-[#2dbdfc]"
/* SCSS */
$brand: #2dbdfc;
/* SwiftUI */
Color(red: 0.176, green: 0.741, blue: 0.988)
/* Android */
Color.parseColor("#2dbdfc")Accessibility — WCAG contrast
Aa
#2dbdfc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbdfc on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.1%
Blue98.8%
CMYK percentages
Cyan82.1%
Magenta25.0%
Yellow0.0%
Key (black)1.2%
Color previews
#2dbdfc text on a black background
contrast 9.80:1
Card sample
#2dbdfc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbdfc;
Background color
Panel with #2dbdfc background
background-color: #2dbdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 189, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 189, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbdfc; background: linear-gradient(135deg, #2dbdfc, #2D33FC);