#2dbffd
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 191, 253
HSL
198°, 98%, 58%
CMYK
82, 25, 0, 1
Luminance
0.4491
Every format
| HEX | #2dbffd |
| RGB | rgb(45, 191, 253) |
| HSL | hsl(198, 98%, 58%) |
| CMYK | cmyk(82%, 25%, 0%, 1%) |
| LAB | lab(72.8 -16.4 -41.0) |
| LCH | lch(72.8 44.1 248.2) |
| OKLCH | oklch(0.758 0.145 232.7) |
Copy-ready code
/* CSS */
color: #2dbffd;
background-color: #2dbffd;
/* Tailwind (arbitrary) */
class="text-[#2dbffd] bg-[#2dbffd]"
/* SCSS */
$brand: #2dbffd;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.992)
/* Android */
Color.parseColor("#2dbffd")Accessibility — WCAG contrast
Aa
#2dbffd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbffd on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue99.2%
CMYK percentages
Cyan82.2%
Magenta24.5%
Yellow0.0%
Key (black)0.8%
Color previews
#2dbffd text on a black background
contrast 9.98:1
Card sample
#2dbffd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbffd;
Background color
Panel with #2dbffd background
background-color: #2dbffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbffd; background: linear-gradient(135deg, #2dbffd, #2D34FD);