Skip to content

#e2ab2d

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

RGB
226, 171, 45
HSL
42°, 76%, 53%
CMYK
0, 24, 80, 11
Luminance
0.4548

At a glance

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

Hex
#e2ab2d
Hue
42°
yellow
Saturation
76%
electric
Lightness
53%
balanced
Brightness
89%
HSV value
Perceived
71%
weighted brightness
Luminance
0.4548
WCAG relative
Temperature
Warm
10/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
10.10:1
Closest name
Goldenrod
ΔE2000 1.9
Where it sits
Hue42° of 360°
Saturation76%
Lightness53%
Temperature
Warm ← → Cool10% 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#e2ab2d
RGBrgb(226, 171, 45)
HSLhsl(42, 76%, 53%)
CMYKcmyk(0%, 24%, 80%, 11%)
LABlab(73.2 9.2 67.3)
LCHlch(73.2 67.9 82.2)
OKLCHoklch(0.772 0.146 82.9)
Decimal14854957
Display P3color(display-p3 0.886 0.671 0.176)

Copy-ready code

/* CSS */
color: #e2ab2d;
background-color: #e2ab2d;
/* Tailwind (arbitrary) */
class="text-[#e2ab2d] bg-[#e2ab2d]"
/* SCSS */
$brand: #e2ab2d;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.176)
/* Android */
Color.parseColor("#e2ab2d")
/* Flutter */
Color(0xFFE2AB2D)
/* Python / OpenCV (BGR) */
(45, 171, 226)

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 #e2ab2d · 10.10:1
Use #000000AAA at every size.
Aa
White text · 2.08:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.10:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e2ab2d as text scores 2.08:1 on white and 10.10:1 on black.

Accessibility — WCAG contrast

Aa
#e2ab2d on white: 2.08:1
AA ✗ fail · AA-large · AAA
Aa
#e2ab2d on black: 10.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C2AC10
deuteranopia · #CFBA34
tritanopia · #F69A93

Color scale — 50 to 950

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

#FCF9F3
#F9F3E7
#F4E7C8
#F1D89C
#EBC46B
#e2ab2d
#D79F1E
#B38419
#8F6A14
#684E13
#41310C
Base = 500Lightest = 50 · #FCF9F3Darkest = 950 · #41310C
:root {
  --brand-50: #FCF9F3;
  --brand-100: #F9F3E7;
  --brand-200: #F4E7C8;
  --brand-300: #F1D89C;
  --brand-400: #EBC46B;
  --brand-500: #e2ab2d;
  --brand-600: #D79F1E;
  --brand-700: #B38419;
  --brand-800: #8F6A14;
  --brand-900: #684E13;
  --brand-950: #41310C;
  --brand: #e2ab2d;
  --brand-ink: #000000;
}

Colors that work with #e2ab2d

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#FAF9F4
Tinted page background
Border#EDDFC0
Hairlines and dividers
Muted text#9B834B
Captions on the surface
Accent#2892E7
Second voice, not a rival
Dark variant#70530F
Hover, pressed, headers
Light variant#FCF6E9
Selected rows, tints
Dark surface#241F14
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 #e2ab2d

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#2D64E2
Analogous left#E2502D
Analogous right#BEE22D
Split-complement 1#2DBEE2
Split-complement 2#502DE2
Triadic 1#2DE2AB
Triadic 2#AB2DE2
Tetradic#2DE250

RGB percentages

Red88.6%
Green67.1%
Blue17.6%

CMYK percentages

Cyan0.0%
Magenta24.3%
Yellow80.1%
Key (black)11.4%

Color previews

#e2ab2d text on a black background

contrast 10.10:1

Card sample

#e2ab2d text on a white background

contrast 2.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(226, 171, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ab2d;
background: linear-gradient(135deg, #e2ab2d, #A0E22D);

Monochromatic scale

Palettes built from #e2ab2d

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.

#e2ab2d 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.

#e2ab2d, answered

What color is #e2ab2d?

#e2ab2d is a balanced electric yellow, closest to Goldenrod (ΔE2000 1.9). It sits at 42° on the hue wheel with 76% saturation and 53% lightness, which reads as warm.

What is the RGB value of #e2ab2d?

rgb(226, 171, 45) — 226 red, 171 green and 45 blue out of 255, or 88.6% / 67.1% / 17.6% by channel.

Is #e2ab2d a light or a dark color?

It is a mid-tone. Relative luminance is 0.4548 and perceived brightness is 71%, so black text on it reaches 10.10:1.

Should I use black or white text on #e2ab2d?

Black. It scores 10.10:1 against #e2ab2d, versus 2.08:1 for white — AAA at any size.

What is the complementary color of #e2ab2d?

#2D64E2 sits directly opposite on the wheel. Softer options are the split-complements #2DBEE2 and #502DE2, which give the same contrast with far less vibration.

What colors go well with #e2ab2d?

For interface work: #FAF9F4 as the surface, #EDDFC0 for borders, #9B834B for secondary text, #2892E7 as an accent and #70530F for hover and pressed states. For a palette, the analogous pair #E2502D and #BEE22D stays calm, while #2D64E2 is the loudest partner.

What is #e2ab2d in CMYK for printing?

cmyk(0%, 24%, 80%, 11%). 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 #e2ab2d warm or cool?

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

Work with #e2ab2d in the Color Lab