#2dafdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 175, 220
HSL
195°, 71%, 52%
CMYK
80, 21, 0, 14
Luminance
0.3639
Every format
| HEX | #2dafdc |
| RGB | rgb(45, 175, 220) |
| HSL | hsl(195, 71%, 52%) |
| CMYK | cmyk(80%, 21%, 0%, 14%) |
| LAB | lab(66.8 -19.1 -32.4) |
| LCH | lch(66.8 37.6 239.5) |
| OKLCH | oklch(0.706 0.125 226.8) |
Copy-ready code
/* CSS */
color: #2dafdc;
background-color: #2dafdc;
/* Tailwind (arbitrary) */
class="text-[#2dafdc] bg-[#2dafdc]"
/* SCSS */
$brand: #2dafdc;
/* SwiftUI */
Color(red: 0.176, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#2dafdc")Accessibility — WCAG contrast
Aa
#2dafdc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dafdc on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green68.6%
Blue86.3%
CMYK percentages
Cyan79.5%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#2dafdc text on a black background
contrast 8.28:1
Card sample
#2dafdc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dafdc;
Background color
Panel with #2dafdc background
background-color: #2dafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dafdc; background: linear-gradient(135deg, #2dafdc, #2D3BDC);