#29afdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 175, 220
HSL
195°, 72%, 51%
CMYK
81, 21, 0, 14
Luminance
0.3630
Every format
| HEX | #29afdc |
| RGB | rgb(41, 175, 220) |
| HSL | hsl(195, 72%, 51%) |
| CMYK | cmyk(81%, 21%, 0%, 14%) |
| LAB | lab(66.7 -19.4 -32.5) |
| LCH | lch(66.7 37.9 239.1) |
| OKLCH | oklch(0.705 0.126 226.5) |
Copy-ready code
/* CSS */
color: #29afdc;
background-color: #29afdc;
/* Tailwind (arbitrary) */
class="text-[#29afdc] bg-[#29afdc]"
/* SCSS */
$brand: #29afdc;
/* SwiftUI */
Color(red: 0.161, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#29afdc")Accessibility — WCAG contrast
Aa
#29afdc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29afdc on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green68.6%
Blue86.3%
CMYK percentages
Cyan81.4%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#29afdc text on a black background
contrast 8.26:1
Card sample
#29afdc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29afdc;
Background color
Panel with #29afdc background
background-color: #29afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29afdc; background: linear-gradient(135deg, #29afdc, #2938DC);