#22ffdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
34, 255, 223
HSL
171°, 100%, 57%
CMYK
87, 0, 13, 0
Luminance
0.7719
Every format
| HEX | #22ffdf |
| RGB | rgb(34, 255, 223) |
| HSL | hsl(171, 100%, 57%) |
| CMYK | cmyk(87%, 0%, 13%, 0%) |
| LAB | lab(90.4 -55.7 1.4) |
| LCH | lch(90.4 55.8 178.5) |
| OKLCH | oklch(0.897 0.160 179.0) |
Copy-ready code
/* CSS */
color: #22ffdf;
background-color: #22ffdf;
/* Tailwind (arbitrary) */
class="text-[#22ffdf] bg-[#22ffdf]"
/* SCSS */
$brand: #22ffdf;
/* SwiftUI */
Color(red: 0.133, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#22ffdf")Accessibility — WCAG contrast
Aa
#22ffdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22ffdf on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#22ffdf text on a black background
contrast 16.44:1
Card sample
#22ffdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22ffdf;
Background color
Panel with #22ffdf background
background-color: #22ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22ffdf; background: linear-gradient(135deg, #22ffdf, #228CFF);