Skip to content

#f3ce6f

a light, electric yellow · warm · closest name: Khaki

RGB
243, 206, 111
HSL
43°, 85%, 69%
CMYK
0, 15, 54, 5
Luminance
0.6434

At a glance

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

Hex
#f3ce6f
Hue
43°
yellow
Saturation
85%
electric
Lightness
69%
light
Brightness
95%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6434
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
13.87:1
Closest name
Khaki
ΔE2000 8.8
Where it sits
Hue43° of 360°
Saturation85%
Lightness69%
Temperature
Warm ← → Cool11% 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#f3ce6f
RGBrgb(243, 206, 111)
HSLhsl(43, 85%, 69%)
CMYKcmyk(0%, 15%, 54%, 5%)
LABlab(84.2 1.7 51.5)
LCHlch(84.2 51.6 88.1)
OKLCHoklch(0.864 0.121 88.5)
Decimal15978095
Display P3color(display-p3 0.953 0.808 0.435)

Copy-ready code

/* CSS */
color: #f3ce6f;
background-color: #f3ce6f;
/* Tailwind (arbitrary) */
class="text-[#f3ce6f] bg-[#f3ce6f]"
/* SCSS */
$brand: #f3ce6f;
/* SwiftUI */
Color(red: 0.953, green: 0.808, blue: 0.435)
/* Android */
Color.parseColor("#f3ce6f")
/* Flutter */
Color(0xFFF3CE6F)
/* Python / OpenCV (BGR) */
(111, 206, 243)

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

Accessibility — WCAG contrast

Aa
#f3ce6f on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#f3ce6f on black: 13.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E1CC66
deuteranopia · #EAD673
tritanopia · #FFC0B8

Color scale — 50 to 950

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

#FCFAF2
#FAF4E6
#F7E9C5
#F6DC97
#f3ce6f
#EEB930
#E2A813
#BC8C10
#97700D
#6D520E
#443308
Base = 400Lightest = 50 · #FCFAF2Darkest = 950 · #443308
:root {
  --brand-50: #FCFAF2;
  --brand-100: #FAF4E6;
  --brand-200: #F7E9C5;
  --brand-300: #F6DC97;
  --brand-400: #f3ce6f;
  --brand-500: #EEB930;
  --brand-600: #E2A813;
  --brand-700: #BC8C10;
  --brand-800: #97700D;
  --brand-900: #6D520E;
  --brand-950: #443308;
  --brand: #f3ce6f;
  --brand-ink: #000000;
}

Colors that work with #f3ce6f

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#EDE0C0
Hairlines and dividers
Muted text#9B844B
Captions on the surface
Accent#0C6BC0
Second voice, not a rival
Dark variant#76570A
Hover, pressed, headers
Light variant#FDF7E7
Selected rows, tints
Dark surface#242014
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 #f3ce6f

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#6F94F3
Analogous left#F38C6F
Analogous right#D6F36F
Split-complement 1#6FD6F3
Split-complement 2#8C6FF3
Triadic 1#6FF3CE
Triadic 2#CE6FF3
Tetradic#6FF38C

RGB percentages

Red95.3%
Green80.8%
Blue43.5%

CMYK percentages

Cyan0.0%
Magenta15.2%
Yellow54.3%
Key (black)4.7%

Color previews

#f3ce6f text on a black background

contrast 13.87:1

Card sample

#f3ce6f text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(243, 206, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 206, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ce6f;
background: linear-gradient(135deg, #f3ce6f, #C0F36F);

Monochromatic scale

Palettes built from #f3ce6f

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.

#f3ce6f 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

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

#f3ce6f, answered

What color is #f3ce6f?

#f3ce6f is a light electric yellow, closest to Khaki (ΔE2000 8.8). It sits at 43° on the hue wheel with 85% saturation and 69% lightness, which reads as warm.

What is the RGB value of #f3ce6f?

rgb(243, 206, 111) — 243 red, 206 green and 111 blue out of 255, or 95.3% / 80.8% / 43.5% by channel.

Is #f3ce6f a light or a dark color?

It is a light color. Relative luminance is 0.6434 and perceived brightness is 82%, so black text on it reaches 13.87:1.

Should I use black or white text on #f3ce6f?

Black. It scores 13.87:1 against #f3ce6f, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #f3ce6f?

#6F94F3 sits directly opposite on the wheel. Softer options are the split-complements #6FD6F3 and #8C6FF3, which give the same contrast with far less vibration.

What colors go well with #f3ce6f?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B844B for secondary text, #0C6BC0 as an accent and #76570A for hover and pressed states. For a palette, the analogous pair #F38C6F and #D6F36F stays calm, while #6F94F3 is the loudest partner.

What is #f3ce6f in CMYK for printing?

cmyk(0%, 15%, 54%, 5%). 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 #f3ce6f warm or cool?

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

Work with #f3ce6f in the Color Lab