#29a3ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
41, 163, 255
HSL
206°, 100%, 58%
CMYK
84, 36, 0, 0
Luminance
0.3389
Every format
| HEX | #29a3ff |
| RGB | rgb(41, 163, 255) |
| HSL | hsl(206, 100%, 58%) |
| CMYK | cmyk(84%, 36%, 0%, 0%) |
| LAB | lab(64.9 -0.5 -54.6) |
| LCH | lch(64.9 54.6 269.4) |
| OKLCH | oklch(0.695 0.169 247.2) |
Copy-ready code
/* CSS */
color: #29a3ff;
background-color: #29a3ff;
/* Tailwind (arbitrary) */
class="text-[#29a3ff] bg-[#29a3ff]"
/* SCSS */
$brand: #29a3ff;
/* SwiftUI */
Color(red: 0.161, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#29a3ff")Accessibility — WCAG contrast
Aa
#29a3ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29a3ff on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green63.9%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#29a3ff text on a black background
contrast 7.78:1
Card sample
#29a3ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29a3ff;
Background color
Panel with #29a3ff background
background-color: #29a3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29a3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29a3ff; background: linear-gradient(135deg, #29a3ff, #3E29FF);