#4fffe9
a light, electric cyan · cool · closest name: turquoise
RGB
79, 255, 233
HSL
173°, 100%, 66%
CMYK
69, 0, 9, 0
Luminance
0.7907
Every format
| HEX | #4fffe9 |
| RGB | rgb(79, 255, 233) |
| HSL | hsl(173, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 9%, 0%) |
| LAB | lab(91.3 -49.0 -2.4) |
| LCH | lch(91.3 49.1 182.8) |
| OKLCH | oklch(0.907 0.144 182.9) |
Copy-ready code
/* CSS */
color: #4fffe9;
background-color: #4fffe9;
/* Tailwind (arbitrary) */
class="text-[#4fffe9] bg-[#4fffe9]"
/* SCSS */
$brand: #4fffe9;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.914)
/* Android */
Color.parseColor("#4fffe9")Accessibility — WCAG contrast
Aa
#4fffe9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fffe9 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue91.4%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow8.6%
Key (black)0.0%
Color previews
#4fffe9 text on a black background
contrast 16.81:1
Card sample
#4fffe9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fffe9;
Background color
Panel with #4fffe9 background
background-color: #4fffe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fffe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fffe9; background: linear-gradient(135deg, #4fffe9, #4FA0FF);