#29bdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
41, 189, 240
HSL
195°, 87%, 55%
CMYK
83, 21, 0, 6
Luminance
0.4316
Every format
| HEX | #29bdf0 |
| RGB | rgb(41, 189, 240) |
| HSL | hsl(195, 87%, 55%) |
| CMYK | cmyk(83%, 21%, 0%, 6%) |
| LAB | lab(71.7 -20.0 -35.8) |
| LCH | lch(71.7 41.0 240.8) |
| OKLCH | oklch(0.747 0.137 227.6) |
Copy-ready code
/* CSS */
color: #29bdf0;
background-color: #29bdf0;
/* Tailwind (arbitrary) */
class="text-[#29bdf0] bg-[#29bdf0]"
/* SCSS */
$brand: #29bdf0;
/* SwiftUI */
Color(red: 0.161, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#29bdf0")Accessibility — WCAG contrast
Aa
#29bdf0 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29bdf0 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green74.1%
Blue94.1%
CMYK percentages
Cyan82.9%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#29bdf0 text on a black background
contrast 9.63:1
Card sample
#29bdf0 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29bdf0;
Background color
Panel with #29bdf0 background
background-color: #29bdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29bdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29bdf0; background: linear-gradient(135deg, #29bdf0, #2938F0);