Skip to content

#eee68d

a light, vivid yellow · warm · “Khaki”

RGB
238, 230, 141
HSL
55°, 74%, 74%
CMYK
0, 3, 41, 7
Luminance
0.7669

At a glance

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

Hex
#eee68d
Hue
55°
yellow
Saturation
74%
vivid
Lightness
74%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7669
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.34:1
Closest name
Khaki
ΔE2000 0.6
Where it sits
Hue55° of 360°
Saturation74%
Lightness74%
Temperature
Warm ← → Cool21% 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#eee68d
RGBrgb(238, 230, 141)
HSLhsl(55, 74%, 74%)
CMYKcmyk(0%, 3%, 41%, 7%)
LABlab(90.2 -9.7 44.3)
LCHlch(90.2 45.3 102.3)
OKLCHoklch(0.912 0.111 103.9)
Decimal15656589
Display P3color(display-p3 0.933 0.902 0.553)

Copy-ready code

/* CSS */
color: #eee68d;
background-color: #eee68d;
/* Tailwind (arbitrary) */
class="text-[#eee68d] bg-[#eee68d]"
/* SCSS */
$brand: #eee68d;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.553)
/* Android */
Color.parseColor("#eee68d")
/* Flutter */
Color(0xFFEEE68D)
/* Python / OpenCV (BGR) */
(141, 230, 238)

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

Accessibility — WCAG contrast

Aa
#eee68d on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#eee68d on black: 16.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4E086
deuteranopia · #F7E591
tritanopia · #FBDBD0

Color scale — 50 to 950

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

#FCFBF3
#F9F7E7
#F3F0C8
#eee68d
#E9DF6D
#E2D43C
#D5C620
#B1A51B
#8E8415
#676014
#403C0C
Base = 300Lightest = 50 · #FCFBF3Darkest = 950 · #403C0C
:root {
  --brand-50: #FCFBF3;
  --brand-100: #F9F7E7;
  --brand-200: #F3F0C8;
  --brand-300: #eee68d;
  --brand-400: #E9DF6D;
  --brand-500: #E2D43C;
  --brand-600: #D5C620;
  --brand-700: #B1A51B;
  --brand-800: #8E8415;
  --brand-900: #676014;
  --brand-950: #403C0C;
  --brand: #eee68d;
  --brand-ink: #000000;
}

Colors that work with #eee68d

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#EDE9C0
Hairlines and dividers
Muted text#9B944B
Captions on the surface
Accent#164BB6
Second voice, not a rival
Dark variant#6F6711
Hover, pressed, headers
Light variant#FCFAE9
Selected rows, tints
Dark surface#242314
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 #eee68d

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
  • Card and section backgrounds
  • 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
  • White text placed on it
  • 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#8D95EE
Analogous left#EEB68D
Analogous right#C5EE8D
Split-complement 1#8DC5EE
Split-complement 2#B68DEE
Triadic 1#8DEEE6
Triadic 2#E68DEE
Tetradic#8DEEB6

RGB percentages

Red93.3%
Green90.2%
Blue55.3%

CMYK percentages

Cyan0.0%
Magenta3.4%
Yellow40.8%
Key (black)6.7%

Color previews

#eee68d text on a black background

contrast 16.34:1

Card sample

#eee68d text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(238, 230, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee68d;
background: linear-gradient(135deg, #eee68d, #B5EE8D);

Monochromatic scale

Palettes built from #eee68d

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.

#eee68d 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
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#eee68d, answered

What color is #eee68d?

#eee68d is a light vivid yellow — the CSS keyword Khaki. It sits at 55° on the hue wheel with 74% saturation and 74% lightness, which reads as warm.

What is the RGB value of #eee68d?

rgb(238, 230, 141) — 238 red, 230 green and 141 blue out of 255, or 93.3% / 90.2% / 55.3% by channel.

Is #eee68d a light or a dark color?

It is a light color. Relative luminance is 0.7669 and perceived brightness is 88%, so black text on it reaches 16.34:1.

Should I use black or white text on #eee68d?

Black. It scores 16.34:1 against #eee68d, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #eee68d?

#8D95EE sits directly opposite on the wheel. Softer options are the split-complements #8DC5EE and #B68DEE, which give the same contrast with far less vibration.

What colors go well with #eee68d?

For interface work: #FAFAF4 as the surface, #EDE9C0 for borders, #9B944B for secondary text, #164BB6 as an accent and #6F6711 for hover and pressed states. For a palette, the analogous pair #EEB68D and #C5EE8D stays calm, while #8D95EE is the loudest partner.

What is #eee68d in CMYK for printing?

cmyk(0%, 3%, 41%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #eee68d warm or cool?

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

Work with #eee68d in the Color Lab