#adf855
a light, electric green · cool · closest name: yellow
RGB
173, 248, 85
HSL
88°, 92%, 65%
CMYK
30, 0, 66, 3
Luminance
0.7667
Every format
| HEX | #adf855 |
| RGB | rgb(173, 248, 85) |
| HSL | hsl(88, 92%, 65%) |
| CMYK | cmyk(30%, 0%, 66%, 3%) |
| LAB | lab(90.2 -47.5 68.2) |
| LCH | lch(90.2 83.1 124.9) |
| OKLCH | oklch(0.899 0.205 130.8) |
Copy-ready code
/* CSS */
color: #adf855;
background-color: #adf855;
/* Tailwind (arbitrary) */
class="text-[#adf855] bg-[#adf855]"
/* SCSS */
$brand: #adf855;
/* SwiftUI */
Color(red: 0.678, green: 0.973, blue: 0.333)
/* Android */
Color.parseColor("#adf855")Accessibility — WCAG contrast
Aa
#adf855 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf855 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.3%
Blue33.3%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow65.7%
Key (black)2.7%
Color previews
#adf855 text on a black background
contrast 16.33:1
Card sample
#adf855 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf855;
Background color
Panel with #adf855 background
background-color: #adf855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 248, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 248, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf855; background: linear-gradient(135deg, #adf855, #55F86A);