#2dafe0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 175, 224
HSL
196°, 74%, 53%
CMYK
80, 22, 0, 12
Luminance
0.3660
Every format
| HEX | #2dafe0 |
| RGB | rgb(45, 175, 224) |
| HSL | hsl(196, 74%, 53%) |
| CMYK | cmyk(80%, 22%, 0%, 12%) |
| LAB | lab(67.0 -17.7 -34.4) |
| LCH | lch(67.0 38.7 242.7) |
| OKLCH | oklch(0.708 0.128 229.0) |
Copy-ready code
/* CSS */
color: #2dafe0;
background-color: #2dafe0;
/* Tailwind (arbitrary) */
class="text-[#2dafe0] bg-[#2dafe0]"
/* SCSS */
$brand: #2dafe0;
/* SwiftUI */
Color(red: 0.176, green: 0.686, blue: 0.878)
/* Android */
Color.parseColor("#2dafe0")Accessibility — WCAG contrast
Aa
#2dafe0 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dafe0 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green68.6%
Blue87.8%
CMYK percentages
Cyan79.9%
Magenta21.9%
Yellow0.0%
Key (black)12.2%
Color previews
#2dafe0 text on a black background
contrast 8.32:1
Card sample
#2dafe0 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dafe0;
Background color
Panel with #2dafe0 background
background-color: #2dafe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dafe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 175, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 175, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dafe0; background: linear-gradient(135deg, #2dafe0, #2D38E0);