Skip to content

#cf8c0f

a dark, electric orange · warm · closest name: Dark Goldenrod

RGB
207, 140, 15
HSL
39°, 87%, 44%
CMYK
0, 32, 93, 19
Luminance
0.3206

At a glance

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

Hex
#cf8c0f
Hue
39°
orange
Saturation
87%
electric
Lightness
44%
dark
Brightness
81%
HSV value
Perceived
61%
weighted brightness
Luminance
0.3206
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
7.41:1
Closest name
Dark Goldenrod
ΔE2000 5.4
Where it sits
Hue39° of 360°
Saturation87%
Lightness44%
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#cf8c0f
RGBrgb(207, 140, 15)
HSLhsl(39, 87%, 44%)
CMYKcmyk(0%, 32%, 93%, 19%)
LABlab(63.4 16.9 66.3)
LCHlch(63.4 68.4 75.7)
OKLCHoklch(0.691 0.143 74.3)
Decimal13601807
Display P3color(display-p3 0.812 0.549 0.059)

Copy-ready code

/* CSS */
color: #cf8c0f;
background-color: #cf8c0f;
/* Tailwind (arbitrary) */
class="text-[#cf8c0f] bg-[#cf8c0f]"
/* SCSS */
$brand: #cf8c0f;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.059)
/* Android */
Color.parseColor("#cf8c0f")
/* Flutter */
Color(0xFFCF8C0F)
/* Python / OpenCV (BGR) */
(15, 140, 207)

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

Accessibility — WCAG contrast

Aa
#cf8c0f on white: 2.83:1
AA ✗ fail · AA-large · AAA
Aa
#cf8c0f on black: 7.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A49000
deuteranopia · #B4A017
tritanopia · #E27A77

Color scale — 50 to 950

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

#FDF9F2
#FAF3E5
#F7E6C4
#F7D696
#F4C162
#F0AC2E
#E49B11
#cf8c0f
#98670B
#6E4C0C
#452F08
Base = 700Lightest = 50 · #FDF9F2Darkest = 950 · #452F08
:root {
  --brand-50: #FDF9F2;
  --brand-100: #FAF3E5;
  --brand-200: #F7E6C4;
  --brand-300: #F7D696;
  --brand-400: #F4C162;
  --brand-500: #F0AC2E;
  --brand-600: #E49B11;
  --brand-700: #cf8c0f;
  --brand-800: #98670B;
  --brand-900: #6E4C0C;
  --brand-950: #452F08;
  --brand: #cf8c0f;
  --brand-ink: #000000;
}

Colors that work with #cf8c0f

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#0B83D3
Second voice, not a rival
Dark variant#775009
Hover, pressed, headers
Light variant#FDF6E7
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 #cf8c0f

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
  • Headers, footers and dark-mode surfaces
  • 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
  • Black 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#0F52CF
Analogous left#CF2C0F
Analogous right#B2CF0F
Split-complement 1#0FB2CF
Split-complement 2#2C0FCF
Triadic 1#0FCF8C
Triadic 2#8C0FCF
Tetradic#0FCF2C

RGB percentages

Red81.2%
Green54.9%
Blue5.9%

CMYK percentages

Cyan0.0%
Magenta32.4%
Yellow92.8%
Key (black)18.8%

Color previews

#cf8c0f text on a black background

contrast 7.41:1

Card sample

#cf8c0f text on a white background

contrast 2.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(207, 140, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8c0f;
background: linear-gradient(135deg, #cf8c0f, #92CF0F);

Monochromatic scale

Palettes built from #cf8c0f

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.

#cf8c0f 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
ButtonsLinksFocus statesCharts
Print note

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

#cf8c0f, answered

What color is #cf8c0f?

#cf8c0f is a dark electric orange, closest to Dark Goldenrod (ΔE2000 5.4). It sits at 39° on the hue wheel with 87% saturation and 44% lightness, which reads as warm.

What is the RGB value of #cf8c0f?

rgb(207, 140, 15) — 207 red, 140 green and 15 blue out of 255, or 81.2% / 54.9% / 5.9% by channel.

Is #cf8c0f a light or a dark color?

It is a mid-tone. Relative luminance is 0.3206 and perceived brightness is 61%, so black text on it reaches 7.41:1.

Should I use black or white text on #cf8c0f?

Black. It scores 7.41:1 against #cf8c0f, versus 2.83:1 for white — AAA at any size.

What is the complementary color of #cf8c0f?

#0F52CF sits directly opposite on the wheel. Softer options are the split-complements #0FB2CF and #2C0FCF, which give the same contrast with far less vibration.

What colors go well with #cf8c0f?

For interface work: #FAF8F4 as the surface, #EDDDC0 for borders, #9B7F4B for secondary text, #0B83D3 as an accent and #775009 for hover and pressed states. For a palette, the analogous pair #CF2C0F and #B2CF0F stays calm, while #0F52CF is the loudest partner.

What is #cf8c0f in CMYK for printing?

cmyk(0%, 32%, 93%, 19%). 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 #cf8c0f 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 #CF740F; nudged cooler, #CDD10D.

Work with #cf8c0f in the Color Lab