Skip to content

#eedfc2

a light, vivid orange · warm · closest name: Blanched Almond

RGB
238, 223, 194
HSL
40°, 56%, 85%
CMYK
0, 6, 19, 7
Luminance
0.7485

At a glance

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

Hex
#eedfc2
Hue
40°
orange
Saturation
56%
vivid
Lightness
85%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7485
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
15.97:1
Closest name
Blanched Almond
ΔE2000 3.5
Where it sits
Hue40° of 360°
Saturation56%
Lightness85%
Temperature
Warm ← → Cool8% 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#eedfc2
RGBrgb(238, 223, 194)
HSLhsl(40, 56%, 85%)
CMYKcmyk(0%, 6%, 19%, 7%)
LABlab(89.3 0.5 16.1)
LCHlch(89.3 16.1 88.1)
OKLCHoklch(0.908 0.042 83.9)
Decimal15654850
Display P3color(display-p3 0.933 0.875 0.761)

Copy-ready code

/* CSS */
color: #eedfc2;
background-color: #eedfc2;
/* Tailwind (arbitrary) */
class="text-[#eedfc2] bg-[#eedfc2]"
/* SCSS */
$brand: #eedfc2;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.761)
/* Android */
Color.parseColor("#eedfc2")
/* Flutter */
Color(0xFFEEDFC2)
/* Python / OpenCV (BGR) */
(194, 223, 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 #eedfc2 · 15.97:1
Use #000000AAA at every size.
Aa
White text · 1.32:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.97:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #eedfc2 as text scores 1.32:1 on white and 15.97:1 on black.

Accessibility — WCAG contrast

Aa
#eedfc2 on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#eedfc2 on black: 15.97:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7DEC0
deuteranopia · #EAE2C3
tritanopia · #F6DAD7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eedfc2 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF8F4
#F6F2E9
#eedfc2
#E7D1A7
#DABA7B
#CEA350
#BF9035
#A0782C
#806024
#5D471D
#3A2D12
Base = 200Lightest = 50 · #FBF8F4Darkest = 950 · #3A2D12
:root {
  --brand-50: #FBF8F4;
  --brand-100: #F6F2E9;
  --brand-200: #eedfc2;
  --brand-300: #E7D1A7;
  --brand-400: #DABA7B;
  --brand-500: #CEA350;
  --brand-600: #BF9035;
  --brand-700: #A0782C;
  --brand-800: #806024;
  --brand-900: #5D471D;
  --brand-950: #3A2D12;
  --brand: #eedfc2;
  --brand-ink: #000000;
}

Colors that work with #eedfc2

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#FAF8F4
Tinted page background
Border#EDDDC0
Hairlines and dividers
Muted text#9B7F4B
Captions on the surface
Accent#2770A5
Second voice, not a rival
Dark variant#644B1C
Hover, pressed, headers
Light variant#F9F5EB
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 #eedfc2

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
  • 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#C2D1EE
Analogous left#EEC9C2
Analogous right#E7EEC2
Split-complement 1#C2E7EE
Split-complement 2#C9C2EE
Triadic 1#C2EEDF
Triadic 2#DFC2EE
Tetradic#C2EEC9

RGB percentages

Red93.3%
Green87.5%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta6.3%
Yellow18.5%
Key (black)6.7%

Color previews

#eedfc2 text on a black background

contrast 15.97:1

Card sample

#eedfc2 text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eedfc2

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.

#eedfc2 in the real world

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

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#eedfc2, answered

What color is #eedfc2?

#eedfc2 is a light vivid orange, closest to Blanched Almond (ΔE2000 3.5). It sits at 40° on the hue wheel with 56% saturation and 85% lightness, which reads as warm.

What is the RGB value of #eedfc2?

rgb(238, 223, 194) — 238 red, 223 green and 194 blue out of 255, or 93.3% / 87.5% / 76.1% by channel.

Is #eedfc2 a light or a dark color?

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

Should I use black or white text on #eedfc2?

Black. It scores 15.97:1 against #eedfc2, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #eedfc2?

#C2D1EE sits directly opposite on the wheel. Softer options are the split-complements #C2E7EE and #C9C2EE, which give the same contrast with far less vibration.

What colors go well with #eedfc2?

For interface work: #FAF8F4 as the surface, #EDDDC0 for borders, #9B7F4B for secondary text, #2770A5 as an accent and #644B1C for hover and pressed states. For a palette, the analogous pair #EEC9C2 and #E7EEC2 stays calm, while #C2D1EE is the loudest partner.

What is #eedfc2 in CMYK for printing?

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

Is #eedfc2 warm or cool?

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

Work with #eedfc2 in the Color Lab