#2dbfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 191, 255
HSL
198°, 100%, 59%
CMYK
82, 25, 0, 0
Luminance
0.4504
Every format
| HEX | #2dbfff |
| RGB | rgb(45, 191, 255) |
| HSL | hsl(198, 100%, 59%) |
| CMYK | cmyk(82%, 25%, 0%, 0%) |
| LAB | lab(72.9 -15.7 -41.9) |
| LCH | lch(72.9 44.8 249.5) |
| OKLCH | oklch(0.759 0.147 233.5) |
Copy-ready code
/* CSS */
color: #2dbfff;
background-color: #2dbfff;
/* Tailwind (arbitrary) */
class="text-[#2dbfff] bg-[#2dbfff]"
/* SCSS */
$brand: #2dbfff;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#2dbfff")Accessibility — WCAG contrast
Aa
#2dbfff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfff on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue100.0%
CMYK percentages
Cyan82.4%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#2dbfff text on a black background
contrast 10.01:1
Card sample
#2dbfff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfff;
Background color
Panel with #2dbfff background
background-color: #2dbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfff; background: linear-gradient(135deg, #2dbfff, #2D33FF);