#9fface
a light, electric green · cool · closest name: aquamarine
RGB
159, 250, 206
HSL
151°, 90%, 80%
CMYK
36, 0, 18, 2
Luminance
0.8020
Every format
| HEX | #9fface |
| RGB | rgb(159, 250, 206) |
| HSL | hsl(151, 90%, 80%) |
| CMYK | cmyk(36%, 0%, 18%, 2%) |
| LAB | lab(91.8 -36.5 12.6) |
| LCH | lch(91.8 38.6 161.0) |
| OKLCH | oklch(0.916 0.107 162.3) |
Copy-ready code
/* CSS */
color: #9fface;
background-color: #9fface;
/* Tailwind (arbitrary) */
class="text-[#9fface] bg-[#9fface]"
/* SCSS */
$brand: #9fface;
/* SwiftUI */
Color(red: 0.624, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#9fface")Accessibility — WCAG contrast
Aa
#9fface on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fface on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.0%
Blue80.8%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#9fface text on a black background
contrast 17.04:1
Card sample
#9fface text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fface;
Background color
Panel with #9fface background
background-color: #9fface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fface; background: linear-gradient(135deg, #9fface, #9FE9FA);