#9fffef
a light, electric cyan · cool · closest name: aquamarine
RGB
159, 255, 239
HSL
170°, 100%, 81%
CMYK
38, 0, 6, 0
Luminance
0.8512
Every format
| HEX | #9fffef |
| RGB | rgb(159, 255, 239) |
| HSL | hsl(170, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 6%, 0%) |
| LAB | lab(93.9 -31.9 -1.3) |
| LCH | lch(93.9 31.9 182.4) |
| OKLCH | oklch(0.936 0.094 182.5) |
Copy-ready code
/* CSS */
color: #9fffef;
background-color: #9fffef;
/* Tailwind (arbitrary) */
class="text-[#9fffef] bg-[#9fffef]"
/* SCSS */
$brand: #9fffef;
/* SwiftUI */
Color(red: 0.624, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#9fffef")Accessibility — WCAG contrast
Aa
#9fffef on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fffef on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green100.0%
Blue93.7%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#9fffef text on a black background
contrast 18.02:1
Card sample
#9fffef text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fffef;
Background color
Panel with #9fffef background
background-color: #9fffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fffef; background: linear-gradient(135deg, #9fffef, #9FCFFF);