#2dbfea
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 191, 234
HSL
194°, 82%, 55%
CMYK
81, 18, 0, 8
Luminance
0.4376
Every format
| HEX | #2dbfea |
| RGB | rgb(45, 191, 234) |
| HSL | hsl(194, 82%, 55%) |
| CMYK | cmyk(81%, 18%, 0%, 8%) |
| LAB | lab(72.1 -22.7 -31.9) |
| LCH | lch(72.1 39.2 234.6) |
| OKLCH | oklch(0.750 0.131 223.3) |
Copy-ready code
/* CSS */
color: #2dbfea;
background-color: #2dbfea;
/* Tailwind (arbitrary) */
class="text-[#2dbfea] bg-[#2dbfea]"
/* SCSS */
$brand: #2dbfea;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#2dbfea")Accessibility — WCAG contrast
Aa
#2dbfea on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfea on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue91.8%
CMYK percentages
Cyan80.8%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#2dbfea text on a black background
contrast 9.75:1
Card sample
#2dbfea text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfea;
Background color
Panel with #2dbfea background
background-color: #2dbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfea; background: linear-gradient(135deg, #2dbfea, #2D41EA);