#4fface
a balanced, electric cyan · cool · closest name: aquamarine
RGB
79, 250, 206
HSL
165°, 95%, 65%
CMYK
68, 0, 18, 2
Luminance
0.7449
Every format
| HEX | #4fface |
| RGB | rgb(79, 250, 206) |
| HSL | hsl(165, 95%, 65%) |
| CMYK | cmyk(68%, 0%, 18%, 2%) |
| LAB | lab(89.2 -53.6 8.5) |
| LCH | lch(89.2 54.2 171.0) |
| OKLCH | oklch(0.887 0.152 171.8) |
Copy-ready code
/* CSS */
color: #4fface;
background-color: #4fface;
/* Tailwind (arbitrary) */
class="text-[#4fface] bg-[#4fface]"
/* SCSS */
$brand: #4fface;
/* SwiftUI */
Color(red: 0.310, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#4fface")Accessibility — WCAG contrast
Aa
#4fface on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fface on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.0%
Blue80.8%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#4fface text on a black background
contrast 15.90:1
Card sample
#4fface text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fface;
Background color
Panel with #4fface background
background-color: #4fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fface; background: linear-gradient(135deg, #4fface, #4FB4FA);