#29abdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
41, 171, 223
HSL
197°, 74%, 52%
CMYK
82, 23, 0, 13
Luminance
0.3492
Every format
| HEX | #29abdf |
| RGB | rgb(41, 171, 223) |
| HSL | hsl(197, 74%, 52%) |
| CMYK | cmyk(82%, 23%, 0%, 13%) |
| LAB | lab(65.7 -16.3 -35.8) |
| LCH | lch(65.7 39.4 245.5) |
| OKLCH | oklch(0.697 0.130 230.9) |
Copy-ready code
/* CSS */
color: #29abdf;
background-color: #29abdf;
/* Tailwind (arbitrary) */
class="text-[#29abdf] bg-[#29abdf]"
/* SCSS */
$brand: #29abdf;
/* SwiftUI */
Color(red: 0.161, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#29abdf")Accessibility — WCAG contrast
Aa
#29abdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29abdf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#29abdf text on a black background
contrast 7.98:1
Card sample
#29abdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29abdf;
Background color
Panel with #29abdf background
background-color: #29abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29abdf; background: linear-gradient(135deg, #29abdf, #2932DF);