#2dbfe3
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 191, 227
HSL
192°, 77%, 53%
CMYK
80, 16, 0, 11
Luminance
0.4337
Every format
| HEX | #2dbfe3 |
| RGB | rgb(45, 191, 227) |
| HSL | hsl(192, 77%, 53%) |
| CMYK | cmyk(80%, 16%, 0%, 11%) |
| LAB | lab(71.8 -25.0 -28.5) |
| LCH | lch(71.8 37.9 228.8) |
| OKLCH | oklch(0.747 0.126 219.3) |
Copy-ready code
/* CSS */
color: #2dbfe3;
background-color: #2dbfe3;
/* Tailwind (arbitrary) */
class="text-[#2dbfe3] bg-[#2dbfe3]"
/* SCSS */
$brand: #2dbfe3;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#2dbfe3")Accessibility — WCAG contrast
Aa
#2dbfe3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfe3 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue89.0%
CMYK percentages
Cyan80.2%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#2dbfe3 text on a black background
contrast 9.67:1
Card sample
#2dbfe3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfe3;
Background color
Panel with #2dbfe3 background
background-color: #2dbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfe3; background: linear-gradient(135deg, #2dbfe3, #2D45E3);