#29afd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 175, 210
HSL
192°, 67%, 49%
CMYK
81, 17, 0, 18
Luminance
0.3578
Every format
| HEX | #29afd2 |
| RGB | rgb(41, 175, 210) |
| HSL | hsl(192, 67%, 49%) |
| CMYK | cmyk(81%, 17%, 0%, 18%) |
| LAB | lab(66.3 -22.8 -27.6) |
| LCH | lch(66.3 35.8 230.5) |
| OKLCH | oklch(0.701 0.119 220.5) |
Copy-ready code
/* CSS */
color: #29afd2;
background-color: #29afd2;
/* Tailwind (arbitrary) */
class="text-[#29afd2] bg-[#29afd2]"
/* SCSS */
$brand: #29afd2;
/* SwiftUI */
Color(red: 0.161, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#29afd2")Accessibility — WCAG contrast
Aa
#29afd2 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29afd2 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green68.6%
Blue82.4%
CMYK percentages
Cyan80.5%
Magenta16.7%
Yellow0.0%
Key (black)17.6%
Color previews
#29afd2 text on a black background
contrast 8.16:1
Card sample
#29afd2 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29afd2;
Background color
Panel with #29afd2 background
background-color: #29afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29afd2; background: linear-gradient(135deg, #29afd2, #293ED2);