#3cffeb
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 255, 235
HSL
174°, 100%, 62%
CMYK
77, 0, 8, 0
Luminance
0.7848
Every format
| HEX | #3cffeb |
| RGB | rgb(60, 255, 235) |
| HSL | hsl(174, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 8%, 0%) |
| LAB | lab(91.0 -50.6 -3.9) |
| LCH | lch(91.0 50.8 184.4) |
| OKLCH | oklch(0.904 0.149 184.3) |
Copy-ready code
/* CSS */
color: #3cffeb;
background-color: #3cffeb;
/* Tailwind (arbitrary) */
class="text-[#3cffeb] bg-[#3cffeb]"
/* SCSS */
$brand: #3cffeb;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#3cffeb")Accessibility — WCAG contrast
Aa
#3cffeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffeb on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#3cffeb text on a black background
contrast 16.70:1
Card sample
#3cffeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffeb;
Background color
Panel with #3cffeb background
background-color: #3cffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffeb; background: linear-gradient(135deg, #3cffeb, #3C91FF);