#0fffad
a balanced, electric green · cool · closest name: aquamarine
RGB
15, 255, 173
HSL
160°, 100%, 53%
CMYK
94, 0, 32, 0
Luminance
0.7464
Every format
| HEX | #0fffad |
| RGB | rgb(15, 255, 173) |
| HSL | hsl(160, 100%, 53%) |
| CMYK | cmyk(94%, 0%, 32%, 0%) |
| LAB | lab(89.2 -68.2 25.4) |
| LCH | lch(89.2 72.8 159.5) |
| OKLCH | oklch(0.884 0.196 160.8) |
Copy-ready code
/* CSS */
color: #0fffad;
background-color: #0fffad;
/* Tailwind (arbitrary) */
class="text-[#0fffad] bg-[#0fffad]"
/* SCSS */
$brand: #0fffad;
/* SwiftUI */
Color(red: 0.059, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#0fffad")Accessibility — WCAG contrast
Aa
#0fffad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fffad on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green100.0%
Blue67.8%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#0fffad text on a black background
contrast 15.93:1
Card sample
#0fffad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fffad;
Background color
Panel with #0fffad background
background-color: #0fffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fffad; background: linear-gradient(135deg, #0fffad, #0FB1FF);