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