#29acf2
a balanced, electric blue · cool · closest name: steelblue
RGB
41, 172, 242
HSL
201°, 89%, 56%
CMYK
83, 29, 0, 5
Luminance
0.3639
Every format
| HEX | #29acf2 |
| RGB | rgb(41, 172, 242) |
| HSL | hsl(201, 89%, 56%) |
| CMYK | cmyk(83%, 29%, 0%, 5%) |
| LAB | lab(66.8 -10.3 -44.5) |
| LCH | lch(66.8 45.6 257.0) |
| OKLCH | oklch(0.709 0.147 238.7) |
Copy-ready code
/* CSS */
color: #29acf2;
background-color: #29acf2;
/* Tailwind (arbitrary) */
class="text-[#29acf2] bg-[#29acf2]"
/* SCSS */
$brand: #29acf2;
/* SwiftUI */
Color(red: 0.161, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#29acf2")Accessibility — WCAG contrast
Aa
#29acf2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29acf2 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green67.5%
Blue94.9%
CMYK percentages
Cyan83.1%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#29acf2 text on a black background
contrast 8.28:1
Card sample
#29acf2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29acf2;
Background color
Panel with #29acf2 background
background-color: #29acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29acf2; background: linear-gradient(135deg, #29acf2, #2C29F2);