#22ffee
a balanced, electric cyan · cool · closest name: cyan
RGB
34, 255, 238
HSL
175°, 100%, 57%
CMYK
87, 0, 7, 0
Luminance
0.7803
Every format
| HEX | #22ffee |
| RGB | rgb(34, 255, 238) |
| HSL | hsl(175, 100%, 57%) |
| CMYK | cmyk(87%, 0%, 7%, 0%) |
| LAB | lab(90.8 -51.8 -5.8) |
| LCH | lch(90.8 52.1 186.4) |
| OKLCH | oklch(0.902 0.154 186.1) |
Copy-ready code
/* CSS */
color: #22ffee;
background-color: #22ffee;
/* Tailwind (arbitrary) */
class="text-[#22ffee] bg-[#22ffee]"
/* SCSS */
$brand: #22ffee;
/* SwiftUI */
Color(red: 0.133, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#22ffee")Accessibility — WCAG contrast
Aa
#22ffee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22ffee on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green100.0%
Blue93.3%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#22ffee text on a black background
contrast 16.61:1
Card sample
#22ffee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22ffee;
Background color
Panel with #22ffee background
background-color: #22ffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22ffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22ffee; background: linear-gradient(135deg, #22ffee, #227DFF);