#9aface
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 206
HSL
153°, 91%, 79%
CMYK
38, 0, 18, 2
Luminance
0.7970
Every format
| HEX | #9aface |
| RGB | rgb(154, 250, 206) |
| HSL | hsl(153, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 18%, 2%) |
| LAB | lab(91.5 -37.9 12.3) |
| LCH | lch(91.5 39.8 162.1) |
| OKLCH | oklch(0.913 0.111 163.4) |
Copy-ready code
/* CSS */
color: #9aface;
background-color: #9aface;
/* Tailwind (arbitrary) */
class="text-[#9aface] bg-[#9aface]"
/* SCSS */
$brand: #9aface;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#9aface")Accessibility — WCAG contrast
Aa
#9aface on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aface on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue80.8%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#9aface text on a black background
contrast 16.94:1
Card sample
#9aface text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aface;
Background color
Panel with #9aface background
background-color: #9aface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aface; background: linear-gradient(135deg, #9aface, #9AE6FA);