#29bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
41, 188, 207
HSL
187°, 67%, 49%
CMYK
80, 9, 0, 19
Luminance
0.4094
Every format
| HEX | #29bccf |
| RGB | rgb(41, 188, 207) |
| HSL | hsl(187, 67%, 49%) |
| CMYK | cmyk(80%, 9%, 0%, 19%) |
| LAB | lab(70.1 -30.3 -20.2) |
| LCH | lch(70.1 36.4 213.7) |
| OKLCH | oklch(0.731 0.118 208.4) |
Copy-ready code
/* CSS */
color: #29bccf;
background-color: #29bccf;
/* Tailwind (arbitrary) */
class="text-[#29bccf] bg-[#29bccf]"
/* SCSS */
$brand: #29bccf;
/* SwiftUI */
Color(red: 0.161, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#29bccf")Accessibility — WCAG contrast
Aa
#29bccf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29bccf on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green73.7%
Blue81.2%
CMYK percentages
Cyan80.2%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#29bccf text on a black background
contrast 9.19:1
Card sample
#29bccf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29bccf;
Background color
Panel with #29bccf background
background-color: #29bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29bccf; background: linear-gradient(135deg, #29bccf, #294DCF);