#4ffffc
a light, electric cyan · cool · closest name: cyan
RGB
79, 255, 252
HSL
179°, 100%, 66%
CMYK
69, 0, 1, 0
Luminance
0.8021
Every format
| HEX | #4ffffc |
| RGB | rgb(79, 255, 252) |
| HSL | hsl(179, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 1%, 0%) |
| LAB | lab(91.8 -44.0 -11.5) |
| LCH | lch(91.8 45.5 194.7) |
| OKLCH | oklch(0.913 0.139 193.3) |
Copy-ready code
/* CSS */
color: #4ffffc;
background-color: #4ffffc;
/* Tailwind (arbitrary) */
class="text-[#4ffffc] bg-[#4ffffc]"
/* SCSS */
$brand: #4ffffc;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#4ffffc")Accessibility — WCAG contrast
Aa
#4ffffc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffffc on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue98.8%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#4ffffc text on a black background
contrast 17.04:1
Card sample
#4ffffc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffffc;
Background color
Panel with #4ffffc background
background-color: #4ffffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffffc; background: linear-gradient(135deg, #4ffffc, #4F8DFF);