#2dbef5
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 190, 245
HSL
197°, 91%, 57%
CMYK
82, 22, 0, 4
Luminance
0.4398
Every format
| HEX | #2dbef5 |
| RGB | rgb(45, 190, 245) |
| HSL | hsl(197, 91%, 57%) |
| CMYK | cmyk(82%, 22%, 0%, 4%) |
| LAB | lab(72.2 -18.6 -37.6) |
| LCH | lch(72.2 42.0 243.8) |
| OKLCH | oklch(0.752 0.139 229.7) |
Copy-ready code
/* CSS */
color: #2dbef5;
background-color: #2dbef5;
/* Tailwind (arbitrary) */
class="text-[#2dbef5] bg-[#2dbef5]"
/* SCSS */
$brand: #2dbef5;
/* SwiftUI */
Color(red: 0.176, green: 0.745, blue: 0.961)
/* Android */
Color.parseColor("#2dbef5")Accessibility — WCAG contrast
Aa
#2dbef5 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbef5 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.5%
Blue96.1%
CMYK percentages
Cyan81.6%
Magenta22.4%
Yellow0.0%
Key (black)3.9%
Color previews
#2dbef5 text on a black background
contrast 9.80:1
Card sample
#2dbef5 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbef5;
Background color
Panel with #2dbef5 background
background-color: #2dbef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 190, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 190, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbef5; background: linear-gradient(135deg, #2dbef5, #2D39F5);