#2ffcfc
a balanced, electric cyan · cool · “cyan”
RGB
47, 252, 252
HSL
180°, 97%, 59%
CMYK
81, 0, 0, 1
Luminance
0.7725
Every format
| HEX | #2ffcfc |
| RGB | rgb(47, 252, 252) |
| HSL | hsl(180, 97%, 59%) |
| CMYK | cmyk(81%, 0%, 0%, 1%) |
| LAB | lab(90.4 -45.8 -13.6) |
| LCH | lch(90.4 47.8 196.5) |
| OKLCH | oklch(0.900 0.147 194.9) |
Copy-ready code
/* CSS */
color: #2ffcfc;
background-color: #2ffcfc;
/* Tailwind (arbitrary) */
class="text-[#2ffcfc] bg-[#2ffcfc]"
/* SCSS */
$brand: #2ffcfc;
/* SwiftUI */
Color(red: 0.184, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#2ffcfc")Accessibility — WCAG contrast
Aa
#2ffcfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffcfc on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.8%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#2ffcfc text on a black background
contrast 16.45:1
Card sample
#2ffcfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffcfc;
Background color
Panel with #2ffcfc background
background-color: #2ffcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffcfc; background: linear-gradient(135deg, #2ffcfc, #2F73FC);