#93ecaf
a light, vivid green · cool · closest name: Light Green
At a glance
Every number on this page in one read: what #93ecaf 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 | #93ecaf |
| RGB | rgb(147, 236, 175) |
| HSL | hsl(139, 70%, 75%) |
| CMYK | cmyk(38%, 0%, 26%, 8%) |
| LAB | lab(86.7 -39.5 21.4) |
| LCH | lch(86.7 44.9 151.6) |
| OKLCH | oklch(0.871 0.121 153.3) |
| Decimal | 9694383 |
| Display P3 | color(display-p3 0.576 0.925 0.686) |
Copy-ready code
/* CSS */
color: #93ecaf;
background-color: #93ecaf;
/* Tailwind (arbitrary) */
class="text-[#93ecaf] bg-[#93ecaf]"
/* SCSS */
$brand: #93ecaf;
/* SwiftUI */
Color(red: 0.576, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#93ecaf")
/* Flutter */
Color(0xFF93ECAF)
/* Python / OpenCV (BGR) */
(175, 236, 147)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. #93ecaf is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCF6;
--brand-100: #E7F8ED;
--brand-200: #C9F2D6;
--brand-300: #93ecaf;
--brand-400: #70E695;
--brand-500: #40DD72;
--brand-600: #25D05B;
--brand-700: #1EAE4C;
--brand-800: #188B3C;
--brand-900: #16652F;
--brand-950: #0E3F1D;
--brand: #93ecaf;
--brand-ink: #000000;
}Colors that work with #93ecaf
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 #93ecaf
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 | #EC93D0 | Directly opposite — maximum tension | |
| Analogous left | #A3EC93 | Neighbour, quieter | |
| Analogous right | #93ECDC | Neighbour, quieter | |
| Split-complement 1 | #DC93EC | Contrast without the clash | |
| Split-complement 2 | #EC93A3 | Contrast without the clash | |
| Triadic 1 | #AF93EC | Even thirds — balanced and loud | |
| Triadic 2 | #ECAF93 | Even thirds — balanced and loud | |
| Tetradic | #93A3EC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#93ecaf text on a black background
contrast 14.86:1
#93ecaf text on a white background
contrast 1.41:1
CSS3 live lab
The quick brown fox
color: #93ecaf;
background-color: #93ecaf;
Glowing headline
text-shadow: 2px 2px 8px #93ecaf;
Soft neon halo
text-shadow: 0 0 14px rgba(147, 236, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(147, 236, 175, 0.45);
border: 3px solid #93ecaf; background: linear-gradient(135deg, #93ecaf, #93ECEA);
Monochromatic scale
Palettes built from #93ecaf
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: Seafoam (#93e9be) — ΔE2000 4.2 away, with its history, psychology and brand usage.
#93ecaf 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.
#93ecaf, answered
What color is #93ecaf?
#93ecaf is a light vivid green, closest to Light Green (ΔE2000 6.1). It sits at 139° on the hue wheel with 70% saturation and 75% lightness, which reads as cool.
What is the RGB value of #93ecaf?
rgb(147, 236, 175) — 147 red, 236 green and 175 blue out of 255, or 57.6% / 92.5% / 68.6% by channel.
Is #93ecaf a light or a dark color?
It is a light color. Relative luminance is 0.6929 and perceived brightness is 81%, so black text on it reaches 14.86:1.
Should I use black or white text on #93ecaf?
Black. It scores 14.86:1 against #93ecaf, versus 1.41:1 for white — AAA at any size.
What is the complementary color of #93ecaf?
#EC93D0 sits directly opposite on the wheel. Softer options are the split-complements #DC93EC and #EC93A3, which give the same contrast with far less vibration.
What colors go well with #93ecaf?
For interface work: #F4FAF6 as the surface, #C0EDCE for borders, #4B9B64 for secondary text, #B21AA7 as an accent and #136C2F for hover and pressed states. For a palette, the analogous pair #A3EC93 and #93ECDC stays calm, while #EC93D0 is the loudest partner.
What is #93ecaf in CMYK for printing?
cmyk(38%, 0%, 26%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #93ecaf warm or cool?
Cool — it scores 70 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #98EC93; nudged cooler, #92EDD0.