#81df3f
a balanced, vivid green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #81df3f is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #81df3f |
| RGB | rgb(129, 223, 63) |
| HSL | hsl(95, 71%, 56%) |
| CMYK | cmyk(42%, 0%, 72%, 13%) |
| LAB | lab(80.6 -53.6 65.8) |
| LCH | lch(80.6 84.9 129.2) |
| OKLCH | oklch(0.815 0.210 135.3) |
| Decimal | 8511295 |
| Display P3 | color(display-p3 0.506 0.875 0.247) |
Copy-ready code
/* CSS */
color: #81df3f;
background-color: #81df3f;
/* Tailwind (arbitrary) */
class="text-[#81df3f] bg-[#81df3f]"
/* SCSS */
$brand: #81df3f;
/* SwiftUI */
Color(red: 0.506, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#81df3f")
/* Flutter */
Color(0xFF81DF3F)
/* Python / OpenCV (BGR) */
(63, 223, 129)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #81df3f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7FCF3;
--brand-100: #EEF8E7;
--brand-200: #DAF3C9;
--brand-300: #C0EF9F;
--brand-400: #A0E76F;
--brand-500: #81df3f;
--brand-600: #6BD223;
--brand-700: #59AF1D;
--brand-800: #478C17;
--brand-900: #366515;
--brand-950: #223F0D;
--brand: #81df3f;
--brand-ink: #000000;
}Colors that work with #81df3f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #81df3f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #9D3FDF | Directly opposite — maximum tension | |
| Analogous left | #D1DF3F | Neighbour, quieter | |
| Analogous right | #3FDF4D | Neighbour, quieter | |
| Split-complement 1 | #4D3FDF | Contrast without the clash | |
| Split-complement 2 | #DF3FD1 | Contrast without the clash | |
| Triadic 1 | #3F81DF | Even thirds — balanced and loud | |
| Triadic 2 | #DF3F81 | Even thirds — balanced and loud | |
| Tetradic | #3FD1DF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#81df3f text on a black background
contrast 12.56:1
#81df3f text on a white background
contrast 1.67:1
CSS3 live lab
The quick brown fox
color: #81df3f;
background-color: #81df3f;
Glowing headline
text-shadow: 2px 2px 8px #81df3f;
Soft neon halo
text-shadow: 0 0 14px rgba(129, 223, 63, 0.45);
box-shadow: 0 12px 32px -8px rgba(129, 223, 63, 0.45);
border: 3px solid #81df3f; background: linear-gradient(135deg, #81df3f, #3FDF68);
Monochromatic scale
Palettes built from #81df3f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Chartreuse (#7fff00) — ΔE2000 7.6 away, with its history, psychology and brand usage.
#81df3f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#81df3f, answered
What color is #81df3f?
#81df3f is a balanced vivid green, closest to Yellow Green (ΔE2000 6.4). It sits at 95° on the hue wheel with 71% saturation and 56% lightness, which reads as neutral.
What is the RGB value of #81df3f?
rgb(129, 223, 63) — 129 red, 223 green and 63 blue out of 255, or 50.6% / 87.5% / 24.7% by channel.
Is #81df3f a light or a dark color?
It is a light color. Relative luminance is 0.5780 and perceived brightness is 73%, so black text on it reaches 12.56:1.
Should I use black or white text on #81df3f?
Black. It scores 12.56:1 against #81df3f, versus 1.67:1 for white — AAA at any size.
What is the complementary color of #81df3f?
#9D3FDF sits directly opposite on the wheel. Softer options are the split-complements #4D3FDF and #DF3FD1, which give the same contrast with far less vibration.
What colors go well with #81df3f?
For interface work: #F7FAF4 as the surface, #D2EDC0 for borders, #6C9B4B for secondary text, #743BE3 as an accent and #386D12 for hover and pressed states. For a palette, the analogous pair #D1DF3F and #3FDF4D stays calm, while #9D3FDF is the loudest partner.
What is #81df3f in CMYK for printing?
cmyk(42%, 0%, 72%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #81df3f warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BCDF3F; nudged cooler, #44E13D.