#2dcfe2
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 207, 226
HSL
186°, 76%, 53%
CMYK
80, 8, 0, 11
Luminance
0.5067
Every format
| HEX | #2dcfe2 |
| RGB | rgb(45, 207, 226) |
| HSL | hsl(186, 76%, 53%) |
| CMYK | cmyk(80%, 8%, 0%, 11%) |
| LAB | lab(76.5 -33.1 -20.8) |
| LCH | lch(76.5 39.2 212.2) |
| OKLCH | oklch(0.784 0.127 207.3) |
Copy-ready code
/* CSS */
color: #2dcfe2;
background-color: #2dcfe2;
/* Tailwind (arbitrary) */
class="text-[#2dcfe2] bg-[#2dcfe2]"
/* SCSS */
$brand: #2dcfe2;
/* SwiftUI */
Color(red: 0.176, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#2dcfe2")Accessibility — WCAG contrast
Aa
#2dcfe2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcfe2 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green81.2%
Blue88.6%
CMYK percentages
Cyan80.1%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#2dcfe2 text on a black background
contrast 11.13:1
Card sample
#2dcfe2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcfe2;
Background color
Panel with #2dcfe2 background
background-color: #2dcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcfe2; background: linear-gradient(135deg, #2dcfe2, #2D56E2);