#29bddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 189, 223
HSL
191°, 74%, 52%
CMYK
82, 15, 0, 13
Luminance
0.4219
Every format
| HEX | #29bddf |
| RGB | rgb(41, 189, 223) |
| HSL | hsl(191, 74%, 52%) |
| CMYK | cmyk(82%, 15%, 0%, 13%) |
| LAB | lab(71.0 -25.6 -27.6) |
| LCH | lch(71.0 37.7 227.1) |
| OKLCH | oklch(0.740 0.125 218.1) |
Copy-ready code
/* CSS */
color: #29bddf;
background-color: #29bddf;
/* Tailwind (arbitrary) */
class="text-[#29bddf] bg-[#29bddf]"
/* SCSS */
$brand: #29bddf;
/* SwiftUI */
Color(red: 0.161, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#29bddf")Accessibility — WCAG contrast
Aa
#29bddf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29bddf on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green74.1%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#29bddf text on a black background
contrast 9.44:1
Card sample
#29bddf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29bddf;
Background color
Panel with #29bddf background
background-color: #29bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29bddf; background: linear-gradient(135deg, #29bddf, #2944DF);