#ebec41
a balanced, electric yellow · warm · closest name: Yellow
At a glance
Every number on this page in one read: what #ebec41 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ebec41 |
| RGB | rgb(235, 236, 65) |
| HSL | hsl(60, 82%, 59%) |
| CMYK | cmyk(0%, 0%, 73%, 8%) |
| LAB | lab(90.8 -19.3 77.2) |
| LCH | lch(90.8 79.6 104.1) |
| OKLCH | oklch(0.914 0.181 109.8) |
| Decimal | 15461441 |
| Display P3 | color(display-p3 0.922 0.925 0.255) |
Copy-ready code
/* CSS */
color: #ebec41;
background-color: #ebec41;
/* Tailwind (arbitrary) */
class="text-[#ebec41] bg-[#ebec41]"
/* SCSS */
$brand: #ebec41;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.255)
/* Android */
Color.parseColor("#ebec41")
/* Flutter */
Color(0xFFEBEC41)
/* Python / OpenCV (BGR) */
(65, 236, 235)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. #ebec41 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: #FCFCF2;
--brand-100: #F9F9E6;
--brand-200: #F5F6C6;
--brand-300: #F4F599;
--brand-400: #EFF066;
--brand-500: #ebec41;
--brand-600: #DDDF16;
--brand-700: #B8B913;
--brand-800: #93940F;
--brand-900: #6B6B0F;
--brand-950: #434309;
--brand: #ebec41;
--brand-ink: #000000;
}Colors that work with #ebec41
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 #ebec41
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #4241EC | Directly opposite — maximum tension | |
| Analogous left | #EC9841 | Neighbour, quieter | |
| Analogous right | #95EC41 | Neighbour, quieter | |
| Split-complement 1 | #4195EC | Contrast without the clash | |
| Split-complement 2 | #9841EC | Contrast without the clash | |
| Triadic 1 | #41EBEC | Even thirds — balanced and loud | |
| Triadic 2 | #EC41EB | Even thirds — balanced and loud | |
| Tetradic | #41EC98 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ebec41 text on a black background
contrast 16.61:1
#ebec41 text on a white background
contrast 1.26:1
CSS3 live lab
The quick brown fox
color: #ebec41;
background-color: #ebec41;
Glowing headline
text-shadow: 2px 2px 8px #ebec41;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 65, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 236, 65, 0.45);
border: 3px solid #ebec41; background: linear-gradient(135deg, #ebec41, #79EC41);
Monochromatic scale
Palettes built from #ebec41
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: Dandelion (#f0e130) — ΔE2000 4.2 away, with its history, psychology and brand usage.
#ebec41 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.
#ebec41, answered
What color is #ebec41?
#ebec41 is a balanced electric yellow, closest to Yellow (ΔE2000 5.3). It sits at 60° on the hue wheel with 82% saturation and 59% lightness, which reads as warm.
What is the RGB value of #ebec41?
rgb(235, 236, 65) — 235 red, 236 green and 65 blue out of 255, or 92.2% / 92.5% / 25.5% by channel.
Is #ebec41 a light or a dark color?
It is a light color. Relative luminance is 0.7803 and perceived brightness is 87%, so black text on it reaches 16.61:1.
Should I use black or white text on #ebec41?
Black. It scores 16.61:1 against #ebec41, versus 1.26:1 for white — AAA at any size.
What is the complementary color of #ebec41?
#4241EC sits directly opposite on the wheel. Softer options are the split-complements #4195EC and #9841EC, which give the same contrast with far less vibration.
What colors go well with #ebec41?
For interface work: #FAFAF4 as the surface, #ECEDC0 for borders, #9A9B4B for secondary text, #3D68F0 as an accent and #73740C for hover and pressed states. For a palette, the analogous pair #EC9841 and #95EC41 stays calm, while #4241EC is the loudest partner.
What is #ebec41 in CMYK for printing?
cmyk(0%, 0%, 73%, 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 #ebec41 warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ECB441; nudged cooler, #ADEE3F.