#4ffcf7
a balanced, electric cyan · cool · closest name: cyan
RGB
79, 252, 247
HSL
178°, 97%, 65%
CMYK
69, 0, 2, 1
Luminance
0.7800
Every format
| HEX | #4ffcf7 |
| RGB | rgb(79, 252, 247) |
| HSL | hsl(178, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 2%, 1%) |
| LAB | lab(90.8 -44.0 -10.4) |
| LCH | lch(90.8 45.3 193.3) |
| OKLCH | oklch(0.904 0.138 192.1) |
Copy-ready code
/* CSS */
color: #4ffcf7;
background-color: #4ffcf7;
/* Tailwind (arbitrary) */
class="text-[#4ffcf7] bg-[#4ffcf7]"
/* SCSS */
$brand: #4ffcf7;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#4ffcf7")Accessibility — WCAG contrast
Aa
#4ffcf7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcf7 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue96.9%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#4ffcf7 text on a black background
contrast 16.60:1
Card sample
#4ffcf7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcf7;
Background color
Panel with #4ffcf7 background
background-color: #4ffcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcf7; background: linear-gradient(135deg, #4ffcf7, #4F8EFC);