#dba577
a light, vivid orange · warm · closest name: Sandy Brown
At a glance
Every number on this page in one read: what #dba577 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dba577 |
| RGB | rgb(219, 165, 119) |
| HSL | hsl(28, 58%, 66%) |
| CMYK | cmyk(0%, 25%, 46%, 14%) |
| LAB | lab(71.8 14.3 31.5) |
| LCH | lch(71.8 34.6 65.6) |
| OKLCH | oklch(0.762 0.088 61.3) |
| Decimal | 14394743 |
| Display P3 | color(display-p3 0.859 0.647 0.467) |
Copy-ready code
/* CSS */
color: #dba577;
background-color: #dba577;
/* Tailwind (arbitrary) */
class="text-[#dba577] bg-[#dba577]"
/* SCSS */
$brand: #dba577;
/* SwiftUI */
Color(red: 0.859, green: 0.647, blue: 0.467)
/* Android */
Color.parseColor("#dba577")
/* Flutter */
Color(0xFFDBA577)
/* Python / OpenCV (BGR) */
(119, 165, 219)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dba577 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.
:root {
--brand-50: #FBF7F4;
--brand-100: #F7EFE9;
--brand-200: #EFDCCD;
--brand-300: #E7C4A6;
--brand-400: #dba577;
--brand-500: #D08A4E;
--brand-600: #C27533;
--brand-700: #A1612B;
--brand-800: #814E22;
--brand-900: #5E3B1C;
--brand-950: #3B2512;
--brand: #dba577;
--brand-ink: #000000;
}Colors that work with #dba577
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dba577
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #77ADDB | Directly opposite — maximum tension | |
| Analogous left | #DB777B | Neighbour, quieter | |
| Analogous right | #DBD777 | Neighbour, quieter | |
| Split-complement 1 | #77DBD7 | Contrast without the clash | |
| Split-complement 2 | #777BDB | Contrast without the clash | |
| Triadic 1 | #77DBA5 | Even thirds — balanced and loud | |
| Triadic 2 | #A577DB | Even thirds — balanced and loud | |
| Tetradic | #7BDB77 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dba577 text on a black background
contrast 9.66:1
#dba577 text on a white background
contrast 2.17:1
CSS3 live lab
The quick brown fox
color: #dba577;
background-color: #dba577;
Glowing headline
text-shadow: 2px 2px 8px #dba577;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 165, 119, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 165, 119, 0.45);
border: 3px solid #dba577; background: linear-gradient(135deg, #dba577, #CEDB77);
Monochromatic scale
Palettes built from #dba577
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.
Closest color with a full write-up: Tan (#d2b48c) — ΔE2000 7.3 away, with its history, psychology and brand usage.
#dba577 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dba577, answered
What color is #dba577?
#dba577 is a light vivid orange, closest to Sandy Brown (ΔE2000 6.2). It sits at 28° on the hue wheel with 58% saturation and 66% lightness, which reads as warm.
What is the RGB value of #dba577?
rgb(219, 165, 119) — 219 red, 165 green and 119 blue out of 255, or 85.9% / 64.7% / 46.7% by channel.
Is #dba577 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4330 and perceived brightness is 70%, so black text on it reaches 9.66:1.
Should I use black or white text on #dba577?
Black. It scores 9.66:1 against #dba577, versus 2.17:1 for white — AAA at any size.
What is the complementary color of #dba577?
#77ADDB sits directly opposite on the wheel. Softer options are the split-complements #77DBD7 and #777BDB, which give the same contrast with far less vibration.
What colors go well with #dba577?
For interface work: #FAF7F4 as the surface, #EDD4C0 for borders, #9B704B for secondary text, #278BA5 as an accent and #653D1B for hover and pressed states. For a palette, the analogous pair #DB777B and #DBD777 stays calm, while #77ADDB is the loudest partner.
What is #dba577 in CMYK for printing?
cmyk(0%, 25%, 46%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dba577 warm or cool?
Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E0B08B; nudged cooler, #DD7F75.