#29a3cc
a balanced, vivid cyan · cool · closest name: steelblue
RGB
41, 163, 204
HSL
195°, 67%, 48%
CMYK
80, 20, 0, 20
Luminance
0.3103
Every format
| HEX | #29a3cc |
| RGB | rgb(41, 163, 204) |
| HSL | hsl(195, 67%, 48%) |
| CMYK | cmyk(80%, 20%, 0%, 20%) |
| LAB | lab(62.5 -18.5 -30.2) |
| LCH | lch(62.5 35.4 238.5) |
| OKLCH | oklch(0.669 0.118 226.1) |
Copy-ready code
/* CSS */
color: #29a3cc;
background-color: #29a3cc;
/* Tailwind (arbitrary) */
class="text-[#29a3cc] bg-[#29a3cc]"
/* SCSS */
$brand: #29a3cc;
/* SwiftUI */
Color(red: 0.161, green: 0.639, blue: 0.800)
/* Android */
Color.parseColor("#29a3cc")Accessibility — WCAG contrast
Aa
#29a3cc on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29a3cc on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green63.9%
Blue80.0%
CMYK percentages
Cyan79.9%
Magenta20.1%
Yellow0.0%
Key (black)20.0%
Color previews
#29a3cc text on a black background
contrast 7.21:1
Card sample
#29a3cc text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29a3cc;
Background color
Panel with #29a3cc background
background-color: #29a3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29a3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 163, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 163, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29a3cc; background: linear-gradient(135deg, #29a3cc, #2936CC);