#29bfd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 191, 210
HSL
187°, 67%, 49%
CMYK
81, 9, 0, 18
Luminance
0.4239
Every format
| HEX | #29bfd2 |
| RGB | rgb(41, 191, 210) |
| HSL | hsl(187, 67%, 49%) |
| CMYK | cmyk(81%, 9%, 0%, 18%) |
| LAB | lab(71.1 -30.8 -20.3) |
| LCH | lch(71.1 36.9 213.4) |
| OKLCH | oklch(0.739 0.120 208.2) |
Copy-ready code
/* CSS */
color: #29bfd2;
background-color: #29bfd2;
/* Tailwind (arbitrary) */
class="text-[#29bfd2] bg-[#29bfd2]"
/* SCSS */
$brand: #29bfd2;
/* SwiftUI */
Color(red: 0.161, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#29bfd2")Accessibility — WCAG contrast
Aa
#29bfd2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29bfd2 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green74.9%
Blue82.4%
CMYK percentages
Cyan80.5%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#29bfd2 text on a black background
contrast 9.48:1
Card sample
#29bfd2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29bfd2;
Background color
Panel with #29bfd2 background
background-color: #29bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29bfd2; background: linear-gradient(135deg, #29bfd2, #294ED2);