Skip to content

#6f2a13

a dark, vivid orange · warm · closest name: Maroon

RGB
111, 42, 19
HSL
15°, 71%, 26%
CMYK
0, 62, 83, 57
Luminance
0.0508

At a glance

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

Hex
#6f2a13
Hue
15°
orange
Saturation
71%
vivid
Lightness
26%
dark
Brightness
44%
HSV value
Perceived
27%
weighted brightness
Luminance
0.0508
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
White
10.41:1
Closest name
Maroon
ΔE2000 7.2
Where it sits
Hue15° of 360°
Saturation71%
Lightness26%
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#6f2a13
RGBrgb(111, 42, 19)
HSLhsl(15, 71%, 26%)
CMYKcmyk(0%, 62%, 83%, 57%)
LABlab(27.0 29.3 29.6)
LCHlch(27.0 41.6 45.3)
OKLCHoklch(0.382 0.104 38.2)
Decimal7285267
Display P3color(display-p3 0.435 0.165 0.075)

Copy-ready code

/* CSS */
color: #6f2a13;
background-color: #6f2a13;
/* Tailwind (arbitrary) */
class="text-[#6f2a13] bg-[#6f2a13]"
/* SCSS */
$brand: #6f2a13;
/* SwiftUI */
Color(red: 0.435, green: 0.165, blue: 0.075)
/* Android */
Color.parseColor("#6f2a13")
/* Flutter */
Color(0xFF6F2A13)
/* Python / OpenCV (BGR) */
(19, 42, 111)

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#ffffff on #6f2a13 · 10.41:1
Use #ffffffAAA at every size.
Aa
White text · 10.41:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.02:1
AA fail · AA large fail · AAA fail
Reading the other direction: #6f2a13 as text scores 10.41:1 on white and 2.02:1 on black.

Accessibility — WCAG contrast

Aa
#6f2a13 on white: 10.41:1
AA ✓ pass · AA-large · AAA
Aa
#6f2a13 on black: 2.02:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #3D3610
deuteranopia · #4E4611
tritanopia · #7B1A25

Color scale — 50 to 950

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

#FCF5F3
#F8EBE7
#F3D4C9
#EFB39F
#E68D6F
#DE673F
#D14F24
#AE421E
#8B3518
#6f2a13
#3F1A0D
Base = 900Lightest = 50 · #FCF5F3Darkest = 950 · #3F1A0D
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F8EBE7;
  --brand-200: #F3D4C9;
  --brand-300: #EFB39F;
  --brand-400: #E68D6F;
  --brand-500: #DE673F;
  --brand-600: #D14F24;
  --brand-700: #AE421E;
  --brand-800: #8B3518;
  --brand-900: #6f2a13;
  --brand-950: #3F1A0D;
  --brand: #6f2a13;
  --brand-ink: #ffffff;
}

Colors that work with #6f2a13

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#FAF6F4
Tinted page background
Border#EDCBC0
Hairlines and dividers
Muted text#9B5F4B
Captions on the surface
Accent#107272
Second voice, not a rival
Dark variant#6D2913
Hover, pressed, headers
Light variant#FBEEE9
Selected rows, tints
Dark surface#241814
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 #6f2a13

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • 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 on black or near-black surfaces
  • 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#13586F
Analogous left#6F132A
Analogous right#6F5813
Split-complement 1#136F58
Split-complement 2#132A6F
Triadic 1#136F2A
Triadic 2#2A136F
Tetradic#2A6F13

RGB percentages

Red43.5%
Green16.5%
Blue7.5%

CMYK percentages

Cyan0.0%
Magenta62.2%
Yellow82.9%
Key (black)56.5%

Color previews

#6f2a13 text on a black background

contrast 2.02:1

Card sample

#6f2a13 text on a white background

contrast 10.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(111, 42, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 42, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f2a13;
background: linear-gradient(135deg, #6f2a13, #6F6713);

Monochromatic scale

Palettes built from #6f2a13

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.

#6f2a13 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

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

#6f2a13, answered

What color is #6f2a13?

#6f2a13 is a dark vivid orange, closest to Maroon (ΔE2000 7.2). It sits at 15° on the hue wheel with 71% saturation and 26% lightness, which reads as warm.

What is the RGB value of #6f2a13?

rgb(111, 42, 19) — 111 red, 42 green and 19 blue out of 255, or 43.5% / 16.5% / 7.5% by channel.

Is #6f2a13 a light or a dark color?

It is a dark color. Relative luminance is 0.0508 and perceived brightness is 27%, so white text on it reaches 10.41:1.

Should I use black or white text on #6f2a13?

White. It scores 10.41:1 against #6f2a13, versus 2.02:1 for black — AAA at any size.

What is the complementary color of #6f2a13?

#13586F sits directly opposite on the wheel. Softer options are the split-complements #136F58 and #132A6F, which give the same contrast with far less vibration.

What colors go well with #6f2a13?

For interface work: #FAF6F4 as the surface, #EDCBC0 for borders, #9B5F4B for secondary text, #107272 as an accent and #6D2913 for hover and pressed states. For a palette, the analogous pair #6F132A and #6F5813 stays calm, while #13586F is the loudest partner.

What is #6f2a13 in CMYK for printing?

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

Is #6f2a13 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 #6F3613; nudged cooler, #70121D.

Work with #6f2a13 in the Color Lab