#29afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 175, 223
HSL
196°, 74%, 52%
CMYK
82, 22, 0, 13
Luminance
0.3646
Every format
| HEX | #29afdf |
| RGB | rgb(41, 175, 223) |
| HSL | hsl(196, 74%, 52%) |
| CMYK | cmyk(82%, 22%, 0%, 13%) |
| LAB | lab(66.9 -18.4 -34.0) |
| LCH | lch(66.9 38.6 241.5) |
| OKLCH | oklch(0.707 0.128 228.1) |
Copy-ready code
/* CSS */
color: #29afdf;
background-color: #29afdf;
/* Tailwind (arbitrary) */
class="text-[#29afdf] bg-[#29afdf]"
/* SCSS */
$brand: #29afdf;
/* SwiftUI */
Color(red: 0.161, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#29afdf")Accessibility — WCAG contrast
Aa
#29afdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29afdf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#29afdf text on a black background
contrast 8.29:1
Card sample
#29afdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29afdf;
Background color
Panel with #29afdf background
background-color: #29afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29afdf; background: linear-gradient(135deg, #29afdf, #2936DF);