#29adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
41, 173, 235
HSL
199°, 83%, 54%
CMYK
83, 26, 0, 8
Luminance
0.3636
Every format
| HEX | #29adeb |
| RGB | rgb(41, 173, 235) |
| HSL | hsl(199, 83%, 54%) |
| CMYK | cmyk(83%, 26%, 0%, 8%) |
| LAB | lab(66.8 -13.2 -40.7) |
| LCH | lch(66.8 42.8 252.0) |
| OKLCH | oklch(0.708 0.140 235.2) |
Copy-ready code
/* CSS */
color: #29adeb;
background-color: #29adeb;
/* Tailwind (arbitrary) */
class="text-[#29adeb] bg-[#29adeb]"
/* SCSS */
$brand: #29adeb;
/* SwiftUI */
Color(red: 0.161, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#29adeb")Accessibility — WCAG contrast
Aa
#29adeb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29adeb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan82.6%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#29adeb text on a black background
contrast 8.27:1
Card sample
#29adeb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29adeb;
Background color
Panel with #29adeb background
background-color: #29adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29adeb; background: linear-gradient(135deg, #29adeb, #292CEB);