Skip to content

#da6f4b

a balanced, vivid orange · warm · closest name: Tomato

RGB
218, 111, 75
HSL
15°, 66%, 58%
CMYK
0, 49, 66, 15
Luminance
0.2678

At a glance

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

Hex
#da6f4b
Hue
15°
orange
Saturation
66%
vivid
Lightness
58%
balanced
Brightness
85%
HSV value
Perceived
58%
weighted brightness
Luminance
0.2678
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
6.36:1
Closest name
Tomato
ΔE2000 7
Where it sits
Hue15° of 360°
Saturation66%
Lightness58%
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#da6f4b
RGBrgb(218, 111, 75)
HSLhsl(15, 66%, 58%)
CMYKcmyk(0%, 49%, 66%, 15%)
LABlab(58.8 39.0 38.9)
LCHlch(58.8 55.1 44.9)
OKLCHoklch(0.659 0.143 39.1)
Decimal14315339
Display P3color(display-p3 0.855 0.435 0.294)

Copy-ready code

/* CSS */
color: #da6f4b;
background-color: #da6f4b;
/* Tailwind (arbitrary) */
class="text-[#da6f4b] bg-[#da6f4b]"
/* SCSS */
$brand: #da6f4b;
/* SwiftUI */
Color(red: 0.855, green: 0.435, blue: 0.294)
/* Android */
Color.parseColor("#da6f4b")
/* Flutter */
Color(0xFFDA6F4B)
/* Python / OpenCV (BGR) */
(75, 111, 218)

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

Accessibility — WCAG contrast

Aa
#da6f4b on white: 3.30:1
AA ✗ fail · AA-large · AAA
Aa
#da6f4b on black: 6.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8B7F47
deuteranopia · #A59649
tritanopia · #EE5A67

Color scale — 50 to 950

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

#FBF5F3
#F8ECE8
#F1D4CB
#ECB5A2
#E28F73
#da6f4b
#CB522A
#A94523
#87371C
#622B18
#3D1B0F
Base = 500Lightest = 50 · #FBF5F3Darkest = 950 · #3D1B0F
:root {
  --brand-50: #FBF5F3;
  --brand-100: #F8ECE8;
  --brand-200: #F1D4CB;
  --brand-300: #ECB5A2;
  --brand-400: #E28F73;
  --brand-500: #da6f4b;
  --brand-600: #CB522A;
  --brand-700: #A94523;
  --brand-800: #87371C;
  --brand-900: #622B18;
  --brand-950: #3D1B0F;
  --brand: #da6f4b;
  --brand-ink: #000000;
}

Colors that work with #da6f4b

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#FAF6F4
Tinted page background
Border#EDCBC0
Hairlines and dividers
Muted text#9B5F4B
Captions on the surface
Accent#1FADAD
Second voice, not a rival
Dark variant#6A2B16
Hover, pressed, headers
Light variant#FBEEEA
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 #da6f4b

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

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#4BB6DA
Analogous left#DA4B6F
Analogous right#DAB74B
Split-complement 1#4BDAB7
Split-complement 2#4B6FDA
Triadic 1#4BDA6F
Triadic 2#6F4BDA
Tetradic#6FDA4B

RGB percentages

Red85.5%
Green43.5%
Blue29.4%

CMYK percentages

Cyan0.0%
Magenta49.1%
Yellow65.6%
Key (black)14.5%

Color previews

#da6f4b text on a black background

contrast 6.36:1

Card sample

#da6f4b text on a white background

contrast 3.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #da6f4b

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.

#da6f4b 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.

#da6f4b, answered

What color is #da6f4b?

#da6f4b is a balanced vivid orange, closest to Tomato (ΔE2000 7). It sits at 15° on the hue wheel with 66% saturation and 58% lightness, which reads as warm.

What is the RGB value of #da6f4b?

rgb(218, 111, 75) — 218 red, 111 green and 75 blue out of 255, or 85.5% / 43.5% / 29.4% by channel.

Is #da6f4b a light or a dark color?

It is a mid-tone. Relative luminance is 0.2678 and perceived brightness is 58%, so black text on it reaches 6.36:1.

Should I use black or white text on #da6f4b?

Black. It scores 6.36:1 against #da6f4b, versus 3.30:1 for white — AA at any size.

What is the complementary color of #da6f4b?

#4BB6DA sits directly opposite on the wheel. Softer options are the split-complements #4BDAB7 and #4B6FDA, which give the same contrast with far less vibration.

What colors go well with #da6f4b?

For interface work: #FAF6F4 as the surface, #EDCBC0 for borders, #9B5F4B for secondary text, #1FADAD as an accent and #6A2B16 for hover and pressed states. For a palette, the analogous pair #DA4B6F and #DAB74B stays calm, while #4BB6DA is the loudest partner.

What is #da6f4b in CMYK for printing?

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

Is #da6f4b 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 #DA7E4B; nudged cooler, #DC495A.

Work with #da6f4b in the Color Lab