Skip to content

#e3eb3c

a balanced, electric yellow · warm · closest name: Yellow

RGB
227, 235, 60
HSL
63°, 81%, 58%
CMYK
3, 0, 75, 8
Luminance
0.7607

At a glance

Every number on this page in one read: what #e3eb3c is made of, how bright it looks, and which way it leans.

Hex
#e3eb3c
Hue
63°
yellow
Saturation
81%
electric
Lightness
58%
balanced
Brightness
92%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7607
WCAG relative
Temperature
Warm
27/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
16.21:1
Closest name
Yellow
ΔE2000 5.9
Where it sits
Hue63° of 360°
Saturation81%
Lightness58%
Temperature
Warm ← → Cool27% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#e3eb3c
RGBrgb(227, 235, 60)
HSLhsl(63, 81%, 58%)
CMYKcmyk(3%, 0%, 75%, 8%)
LABlab(89.9 -22.3 77.7)
LCHlch(89.9 80.9 106.0)
OKLCHoklch(0.905 0.184 112.2)
Decimal14936892
Display P3color(display-p3 0.890 0.922 0.235)

Copy-ready code

/* CSS */
color: #e3eb3c;
background-color: #e3eb3c;
/* Tailwind (arbitrary) */
class="text-[#e3eb3c] bg-[#e3eb3c]"
/* SCSS */
$brand: #e3eb3c;
/* SwiftUI */
Color(red: 0.890, green: 0.922, blue: 0.235)
/* Android */
Color.parseColor("#e3eb3c")
/* Flutter */
Color(0xFFE3EB3C)
/* Python / OpenCV (BGR) */
(60, 235, 227)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #e3eb3c · 16.21:1
Use #000000AAA at every size.
Aa
White text · 1.30:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.21:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e3eb3c as text scores 1.30:1 on white and 16.21:1 on black.

Accessibility — WCAG contrast

Aa
#e3eb3c on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#e3eb3c on black: 16.21:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDE00E
deuteranopia · #FEE44B
tritanopia · #F3DDCA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e3eb3c 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.

#FCFCF2
#F9F9E6
#F3F6C6
#F0F599
#E9EF66
#e3eb3c
#D5DE17
#B2B913
#8E940F
#676B0F
#40430A
Base = 500Lightest = 50 · #FCFCF2Darkest = 950 · #40430A
:root {
  --brand-50: #FCFCF2;
  --brand-100: #F9F9E6;
  --brand-200: #F3F6C6;
  --brand-300: #F0F599;
  --brand-400: #E9EF66;
  --brand-500: #e3eb3c;
  --brand-600: #D5DE17;
  --brand-700: #B2B913;
  --brand-800: #8E940F;
  --brand-900: #676B0F;
  --brand-950: #40430A;
  --brand: #e3eb3c;
  --brand-ink: #000000;
}

Colors that work with #e3eb3c

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAFAF4
Tinted page background
Border#EBEDC0
Hairlines and dividers
Muted text#979B4B
Captions on the surface
Accent#375DEF
Second voice, not a rival
Dark variant#6F740C
Hover, pressed, headers
Light variant#FCFDE8
Selected rows, tints
Dark surface#242414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #e3eb3c

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • 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#443CEB
Analogous left#EB9B3C
Analogous right#8CEB3C
Split-complement 1#3C8CEB
Split-complement 2#9B3CEB
Triadic 1#3CE3EB
Triadic 2#EB3CE3
Tetradic#3CEB9B

RGB percentages

Red89.0%
Green92.2%
Blue23.5%

CMYK percentages

Cyan3.4%
Magenta0.0%
Yellow74.5%
Key (black)7.8%

Color previews

#e3eb3c text on a black background

contrast 16.21:1

Card sample

#e3eb3c text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #e3eb3c;
Background color
Panel with #e3eb3c background
background-color: #e3eb3c;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #e3eb3c;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(227, 235, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 235, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3eb3c;
background: linear-gradient(135deg, #e3eb3c, #6EEB3C);

Monochromatic scale

Palettes built from #e3eb3c

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.

#e3eb3c in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#e3eb3c, answered

What color is #e3eb3c?

#e3eb3c is a balanced electric yellow, closest to Yellow (ΔE2000 5.9). It sits at 63° on the hue wheel with 81% saturation and 58% lightness, which reads as warm.

What is the RGB value of #e3eb3c?

rgb(227, 235, 60) — 227 red, 235 green and 60 blue out of 255, or 89% / 92.2% / 23.5% by channel.

Is #e3eb3c a light or a dark color?

It is a light color. Relative luminance is 0.7607 and perceived brightness is 86%, so black text on it reaches 16.21:1.

Should I use black or white text on #e3eb3c?

Black. It scores 16.21:1 against #e3eb3c, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #e3eb3c?

#443CEB sits directly opposite on the wheel. Softer options are the split-complements #3C8CEB and #9B3CEB, which give the same contrast with far less vibration.

What colors go well with #e3eb3c?

For interface work: #FAFAF4 as the surface, #EBEDC0 for borders, #979B4B for secondary text, #375DEF as an accent and #6F740C for hover and pressed states. For a palette, the analogous pair #EB9B3C and #8CEB3C stays calm, while #443CEB is the loudest partner.

What is #e3eb3c in CMYK for printing?

cmyk(3%, 0%, 75%, 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 #e3eb3c warm or cool?

Warm — it scores 27 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBB43C; nudged cooler, #A3ED3A.

Work with #e3eb3c in the Color Lab