#2dbfe1
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 191, 225
HSL
191°, 75%, 53%
CMYK
80, 15, 0, 12
Luminance
0.4326
Every format
| HEX | #2dbfe1 |
| RGB | rgb(45, 191, 225) |
| HSL | hsl(191, 75%, 53%) |
| CMYK | cmyk(80%, 15%, 0%, 12%) |
| LAB | lab(71.7 -25.6 -27.6) |
| LCH | lch(71.7 37.6 227.1) |
| OKLCH | oklch(0.746 0.125 218.1) |
Copy-ready code
/* CSS */
color: #2dbfe1;
background-color: #2dbfe1;
/* Tailwind (arbitrary) */
class="text-[#2dbfe1] bg-[#2dbfe1]"
/* SCSS */
$brand: #2dbfe1;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.882)
/* Android */
Color.parseColor("#2dbfe1")Accessibility — WCAG contrast
Aa
#2dbfe1 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfe1 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue88.2%
CMYK percentages
Cyan80.0%
Magenta15.1%
Yellow0.0%
Key (black)11.8%
Color previews
#2dbfe1 text on a black background
contrast 9.65:1
Card sample
#2dbfe1 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfe1;
Background color
Panel with #2dbfe1 background
background-color: #2dbfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfe1; background: linear-gradient(135deg, #2dbfe1, #2D47E1);