#67eb71
a light, electric green · cool · closest name: Light Green
At a glance
Every number on this page in one read: what #67eb71 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #67eb71 |
| RGB | rgb(103, 235, 113) |
| HSL | hsl(125, 77%, 66%) |
| CMYK | cmyk(56%, 0%, 52%, 8%) |
| LAB | lab(83.7 -60.5 48.0) |
| LCH | lch(83.7 77.3 141.5) |
| OKLCH | oklch(0.839 0.201 144.9) |
| Decimal | 6810481 |
| Display P3 | color(display-p3 0.404 0.922 0.443) |
Copy-ready code
/* CSS */
color: #67eb71;
background-color: #67eb71;
/* Tailwind (arbitrary) */
class="text-[#67eb71] bg-[#67eb71]"
/* SCSS */
$brand: #67eb71;
/* SwiftUI */
Color(red: 0.404, green: 0.922, blue: 0.443)
/* Android */
Color.parseColor("#67eb71")
/* Flutter */
Color(0xFF67EB71)
/* Python / OpenCV (BGR) */
(113, 235, 103)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. #67eb71 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCF3;
--brand-100: #E7F9E8;
--brand-200: #C7F4CB;
--brand-300: #9CF2A2;
--brand-400: #67eb71;
--brand-500: #39E546;
--brand-600: #1DD82B;
--brand-700: #18B424;
--brand-800: #13901C;
--brand-900: #126818;
--brand-950: #0B410F;
--brand: #67eb71;
--brand-ink: #000000;
}Colors that work with #67eb71
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 #67eb71
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #EB67E1 | Directly opposite — maximum tension | |
| Analogous left | #9FEB67 | Neighbour, quieter | |
| Analogous right | #67EBB3 | Neighbour, quieter | |
| Split-complement 1 | #B367EB | Contrast without the clash | |
| Split-complement 2 | #EB679F | Contrast without the clash | |
| Triadic 1 | #7167EB | Even thirds — balanced and loud | |
| Triadic 2 | #EB7167 | Even thirds — balanced and loud | |
| Tetradic | #679FEB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#67eb71 text on a black background
contrast 13.70:1
#67eb71 text on a white background
contrast 1.53:1
CSS3 live lab
The quick brown fox
color: #67eb71;
background-color: #67eb71;
Glowing headline
text-shadow: 2px 2px 8px #67eb71;
Soft neon halo
text-shadow: 0 0 14px rgba(103, 235, 113, 0.45);
box-shadow: 0 12px 32px -8px rgba(103, 235, 113, 0.45);
border: 3px solid #67eb71; background: linear-gradient(135deg, #67eb71, #67EBC9);
Monochromatic scale
Palettes built from #67eb71
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: Spring Green (#00ff7f) — ΔE2000 5.5 away, with its history, psychology and brand usage.
#67eb71 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#67eb71, answered
What color is #67eb71?
#67eb71 is a light electric green, closest to Light Green (ΔE2000 4.8). It sits at 125° on the hue wheel with 77% saturation and 66% lightness, which reads as cool.
What is the RGB value of #67eb71?
rgb(103, 235, 113) — 103 red, 235 green and 113 blue out of 255, or 40.4% / 92.2% / 44.3% by channel.
Is #67eb71 a light or a dark color?
It is a light color. Relative luminance is 0.6349 and perceived brightness is 75%, so black text on it reaches 13.70:1.
Should I use black or white text on #67eb71?
Black. It scores 13.70:1 against #67eb71, versus 1.53:1 for white — AAA at any size.
What is the complementary color of #67eb71?
#EB67E1 sits directly opposite on the wheel. Softer options are the split-complements #B367EB and #EB679F, which give the same contrast with far less vibration.
What colors go well with #67eb71?
For interface work: #F4FAF5 as the surface, #C0EDC3 for borders, #4B9B51 for secondary text, #9B14B8 as an accent and #0F7116 for hover and pressed states. For a palette, the analogous pair #9FEB67 and #67EBB3 stays calm, while #EB67E1 is the loudest partner.
What is #67eb71 in CMYK for printing?
cmyk(56%, 0%, 52%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #67eb71 warm or cool?
Cool — it scores 64 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8EEB67; nudged cooler, #65EDA1.