#29eeff
a balanced, electric cyan · cool · closest name: cyan
RGB
41, 238, 255
HSL
185°, 100%, 58%
CMYK
84, 7, 0, 0
Luminance
0.6884
Every format
| HEX | #29eeff |
| RGB | rgb(41, 238, 255) |
| HSL | hsl(185, 100%, 58%) |
| CMYK | cmyk(84%, 7%, 0%, 0%) |
| LAB | lab(86.4 -39.1 -21.2) |
| LCH | lch(86.4 44.5 208.4) |
| OKLCH | oklch(0.868 0.143 204.4) |
Copy-ready code
/* CSS */
color: #29eeff;
background-color: #29eeff;
/* Tailwind (arbitrary) */
class="text-[#29eeff] bg-[#29eeff]"
/* SCSS */
$brand: #29eeff;
/* SwiftUI */
Color(red: 0.161, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#29eeff")Accessibility — WCAG contrast
Aa
#29eeff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29eeff on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green93.3%
Blue100.0%
CMYK percentages
Cyan83.9%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#29eeff text on a black background
contrast 14.77:1
Card sample
#29eeff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29eeff;
Background color
Panel with #29eeff background
background-color: #29eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29eeff; background: linear-gradient(135deg, #29eeff, #295FFF);