#2dcefe
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 206, 254
HSL
194°, 99%, 59%
CMYK
82, 19, 0, 0
Luminance
0.5186
Every format
| HEX | #2dcefe |
| RGB | rgb(45, 206, 254) |
| HSL | hsl(194, 99%, 59%) |
| CMYK | cmyk(82%, 19%, 0%, 0%) |
| LAB | lab(77.2 -23.8 -34.8) |
| LCH | lch(77.2 42.1 235.6) |
| OKLCH | oklch(0.793 0.140 224.0) |
Copy-ready code
/* CSS */
color: #2dcefe;
background-color: #2dcefe;
/* Tailwind (arbitrary) */
class="text-[#2dcefe] bg-[#2dcefe]"
/* SCSS */
$brand: #2dcefe;
/* SwiftUI */
Color(red: 0.176, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#2dcefe")Accessibility — WCAG contrast
Aa
#2dcefe on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcefe on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.8%
Blue99.6%
CMYK percentages
Cyan82.3%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#2dcefe text on a black background
contrast 11.37:1
Card sample
#2dcefe text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcefe;
Background color
Panel with #2dcefe background
background-color: #2dcefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcefe; background: linear-gradient(135deg, #2dcefe, #2D42FE);