#06ff98
a balanced, electric green · cool · closest name: aquamarine
RGB
6, 255, 152
HSL
155°, 100%, 51%
CMYK
98, 0, 40, 0
Luminance
0.7383
Every format
| HEX | #06ff98 |
| RGB | rgb(6, 255, 152) |
| HSL | hsl(155, 100%, 51%) |
| CMYK | cmyk(98%, 0%, 40%, 0%) |
| LAB | lab(88.8 -72.6 35.4) |
| LCH | lch(88.8 80.8 154.0) |
| OKLCH | oklch(0.879 0.214 155.7) |
Copy-ready code
/* CSS */
color: #06ff98;
background-color: #06ff98;
/* Tailwind (arbitrary) */
class="text-[#06ff98] bg-[#06ff98]"
/* SCSS */
$brand: #06ff98;
/* SwiftUI */
Color(red: 0.024, green: 1.000, blue: 0.596)
/* Android */
Color.parseColor("#06ff98")Accessibility — WCAG contrast
Aa
#06ff98 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ff98 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green100.0%
Blue59.6%
CMYK percentages
Cyan97.6%
Magenta0.0%
Yellow40.4%
Key (black)0.0%
Color previews
#06ff98 text on a black background
contrast 15.77:1
Card sample
#06ff98 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ff98;
Background color
Panel with #06ff98 background
background-color: #06ff98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ff98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 255, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 255, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ff98; background: linear-gradient(135deg, #06ff98, #06C0FF);