#2afffd
a balanced, electric cyan · cool · “cyan”
RGB
42, 255, 253
HSL
179°, 100%, 58%
CMYK
84, 0, 1, 0
Luminance
0.7910
Every format
| HEX | #2afffd |
| RGB | rgb(42, 255, 253) |
| HSL | hsl(179, 100%, 58%) |
| CMYK | cmyk(84%, 0%, 1%, 0%) |
| LAB | lab(91.3 -47.2 -12.8) |
| LCH | lch(91.3 48.9 195.2) |
| OKLCH | oklch(0.907 0.150 193.8) |
Copy-ready code
/* CSS */
color: #2afffd;
background-color: #2afffd;
/* Tailwind (arbitrary) */
class="text-[#2afffd] bg-[#2afffd]"
/* SCSS */
$brand: #2afffd;
/* SwiftUI */
Color(red: 0.165, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#2afffd")Accessibility — WCAG contrast
Aa
#2afffd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afffd on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green100.0%
Blue99.2%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#2afffd text on a black background
contrast 16.82:1
Card sample
#2afffd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afffd;
Background color
Panel with #2afffd background
background-color: #2afffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afffd; background: linear-gradient(135deg, #2afffd, #2A73FF);