#2dbafe
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 186, 254
HSL
200°, 99%, 59%
CMYK
82, 27, 0, 0
Luminance
0.4283
Every format
| HEX | #2dbafe |
| RGB | rgb(45, 186, 254) |
| HSL | hsl(200, 99%, 59%) |
| CMYK | cmyk(82%, 27%, 0%, 0%) |
| LAB | lab(71.4 -13.4 -43.7) |
| LCH | lch(71.4 45.7 253.0) |
| OKLCH | oklch(0.748 0.149 235.9) |
Copy-ready code
/* CSS */
color: #2dbafe;
background-color: #2dbafe;
/* Tailwind (arbitrary) */
class="text-[#2dbafe] bg-[#2dbafe]"
/* SCSS */
$brand: #2dbafe;
/* SwiftUI */
Color(red: 0.176, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#2dbafe")Accessibility — WCAG contrast
Aa
#2dbafe on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbafe on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.9%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#2dbafe text on a black background
contrast 9.57:1
Card sample
#2dbafe text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbafe;
Background color
Panel with #2dbafe background
background-color: #2dbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbafe; background: linear-gradient(135deg, #2dbafe, #2D2FFE);