#3ffcfc
a balanced, electric cyan · cool · closest name: cyan
RGB
63, 252, 252
HSL
180°, 97%, 62%
CMYK
75, 0, 0, 1
Luminance
0.7771
Every format
| HEX | #3ffcfc |
| RGB | rgb(63, 252, 252) |
| HSL | hsl(180, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 0%, 1%) |
| LAB | lab(90.6 -44.5 -13.2) |
| LCH | lch(90.6 46.4 196.6) |
| OKLCH | oklch(0.903 0.143 194.9) |
Copy-ready code
/* CSS */
color: #3ffcfc;
background-color: #3ffcfc;
/* Tailwind (arbitrary) */
class="text-[#3ffcfc] bg-[#3ffcfc]"
/* SCSS */
$brand: #3ffcfc;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.988)
/* Android */
Color.parseColor("#3ffcfc")Accessibility — WCAG contrast
Aa
#3ffcfc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffcfc on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue98.8%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow0.0%
Key (black)1.2%
Color previews
#3ffcfc text on a black background
contrast 16.54:1
Card sample
#3ffcfc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffcfc;
Background color
Panel with #3ffcfc background
background-color: #3ffcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffcfc; background: linear-gradient(135deg, #3ffcfc, #3F7EFC);