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