#2ffffc
a balanced, electric cyan · cool · “cyan”
RGB
47, 255, 252
HSL
179°, 100%, 59%
CMYK
82, 0, 1, 0
Luminance
0.7915
Every format
| HEX | #2ffffc |
| RGB | rgb(47, 255, 252) |
| HSL | hsl(179, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 1%, 0%) |
| LAB | lab(91.3 -47.1 -12.3) |
| LCH | lch(91.3 48.7 194.6) |
| OKLCH | oklch(0.907 0.149 193.3) |
Copy-ready code
/* CSS */
color: #2ffffc;
background-color: #2ffffc;
/* Tailwind (arbitrary) */
class="text-[#2ffffc] bg-[#2ffffc]"
/* SCSS */
$brand: #2ffffc;
/* SwiftUI */
Color(red: 0.184, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#2ffffc")Accessibility — WCAG contrast
Aa
#2ffffc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffffc on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green100.0%
Blue98.8%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#2ffffc text on a black background
contrast 16.83:1
Card sample
#2ffffc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffffc;
Background color
Panel with #2ffffc background
background-color: #2ffffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffffc; background: linear-gradient(135deg, #2ffffc, #2F77FF);