#06f255
a balanced, electric green · cool · closest name: lime
RGB
6, 242, 85
HSL
140°, 95%, 49%
CMYK
98, 0, 65, 5
Luminance
0.6420
Every format
| HEX | #06f255 |
| RGB | rgb(6, 242, 85) |
| HSL | hsl(140, 95%, 49%) |
| CMYK | cmyk(98%, 0%, 65%, 5%) |
| LAB | lab(84.1 -78.3 60.3) |
| LCH | lch(84.1 98.8 142.4) |
| OKLCH | oklch(0.837 0.253 146.3) |
Copy-ready code
/* CSS */
color: #06f255;
background-color: #06f255;
/* Tailwind (arbitrary) */
class="text-[#06f255] bg-[#06f255]"
/* SCSS */
$brand: #06f255;
/* SwiftUI */
Color(red: 0.024, green: 0.949, blue: 0.333)
/* Android */
Color.parseColor("#06f255")Accessibility — WCAG contrast
Aa
#06f255 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06f255 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green94.9%
Blue33.3%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow64.9%
Key (black)5.1%
Color previews
#06f255 text on a black background
contrast 13.84:1
Card sample
#06f255 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06f255;
Background color
Panel with #06f255 background
background-color: #06f255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06f255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 242, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 242, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06f255; background: linear-gradient(135deg, #06f255, #06F2F2);