#29dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
41, 219, 235
HSL
185°, 83%, 54%
CMYK
83, 7, 0, 8
Luminance
0.5713
Every format
| HEX | #29dbeb |
| RGB | rgb(41, 219, 235) |
| HSL | hsl(185, 83%, 54%) |
| CMYK | cmyk(83%, 7%, 0%, 8%) |
| LAB | lab(80.3 -36.4 -19.9) |
| LCH | lch(80.3 41.5 208.7) |
| OKLCH | oklch(0.816 0.133 204.7) |
Copy-ready code
/* CSS */
color: #29dbeb;
background-color: #29dbeb;
/* Tailwind (arbitrary) */
class="text-[#29dbeb] bg-[#29dbeb]"
/* SCSS */
$brand: #29dbeb;
/* SwiftUI */
Color(red: 0.161, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#29dbeb")Accessibility — WCAG contrast
Aa
#29dbeb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29dbeb on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan82.6%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#29dbeb text on a black background
contrast 12.43:1
Card sample
#29dbeb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29dbeb;
Background color
Panel with #29dbeb background
background-color: #29dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29dbeb; background: linear-gradient(135deg, #29dbeb, #295AEB);