#22eeff
a balanced, electric cyan · cool · closest name: cyan
RGB
34, 238, 255
HSL
185°, 100%, 57%
CMYK
87, 7, 0, 0
Luminance
0.6871
Every format
| HEX | #22eeff |
| RGB | rgb(34, 238, 255) |
| HSL | hsl(185, 100%, 57%) |
| CMYK | cmyk(87%, 7%, 0%, 0%) |
| LAB | lab(86.4 -39.5 -21.3) |
| LCH | lch(86.4 44.9 208.3) |
| OKLCH | oklch(0.867 0.144 204.3) |
Copy-ready code
/* CSS */
color: #22eeff;
background-color: #22eeff;
/* Tailwind (arbitrary) */
class="text-[#22eeff] bg-[#22eeff]"
/* SCSS */
$brand: #22eeff;
/* SwiftUI */
Color(red: 0.133, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#22eeff")Accessibility — WCAG contrast
Aa
#22eeff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22eeff on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green93.3%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#22eeff text on a black background
contrast 14.74:1
Card sample
#22eeff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22eeff;
Background color
Panel with #22eeff background
background-color: #22eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22eeff; background: linear-gradient(135deg, #22eeff, #225BFF);