#2dbfe0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 191, 224
HSL
191°, 74%, 53%
CMYK
80, 15, 0, 12
Luminance
0.4320
Every format
| HEX | #2dbfe0 |
| RGB | rgb(45, 191, 224) |
| HSL | hsl(191, 74%, 53%) |
| CMYK | cmyk(80%, 15%, 0%, 12%) |
| LAB | lab(71.7 -26.0 -27.1) |
| LCH | lch(71.7 37.5 226.2) |
| OKLCH | oklch(0.746 0.124 217.5) |
Copy-ready code
/* CSS */
color: #2dbfe0;
background-color: #2dbfe0;
/* Tailwind (arbitrary) */
class="text-[#2dbfe0] bg-[#2dbfe0]"
/* SCSS */
$brand: #2dbfe0;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#2dbfe0")Accessibility — WCAG contrast
Aa
#2dbfe0 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfe0 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue87.8%
CMYK percentages
Cyan79.9%
Magenta14.7%
Yellow0.0%
Key (black)12.2%
Color previews
#2dbfe0 text on a black background
contrast 9.64:1
Card sample
#2dbfe0 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfe0;
Background color
Panel with #2dbfe0 background
background-color: #2dbfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfe0; background: linear-gradient(135deg, #2dbfe0, #2D47E0);