#fdba67
a light, electric orange · warm · closest name: Sandy Brown
At a glance
Every number on this page in one read: what #fdba67 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 | #fdba67 |
| RGB | rgb(253, 186, 103) |
| HSL | hsl(33, 97%, 70%) |
| CMYK | cmyk(0%, 27%, 59%, 1%) |
| LAB | lab(80.2 15.6 50.9) |
| LCH | lch(80.2 53.3 72.9) |
| OKLCH | oklch(0.835 0.126 70.5) |
| Decimal | 16628327 |
| Display P3 | color(display-p3 0.992 0.729 0.404) |
Copy-ready code
/* CSS */
color: #fdba67;
background-color: #fdba67;
/* Tailwind (arbitrary) */
class="text-[#fdba67] bg-[#fdba67]"
/* SCSS */
$brand: #fdba67;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.404)
/* Android */
Color.parseColor("#fdba67")
/* Flutter */
Color(0xFFFDBA67)
/* Python / OpenCV (BGR) */
(103, 186, 253)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. #fdba67 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: #FDF8F1;
--brand-100: #FCF1E4;
--brand-200: #FBE1C1;
--brand-300: #FECD90;
--brand-400: #fdba67;
--brand-500: #FC9A22;
--brand-600: #F28703;
--brand-700: #C97103;
--brand-800: #A15A02;
--brand-900: #744306;
--brand-950: #492A04;
--brand: #fdba67;
--brand-ink: #000000;
}Colors that work with #fdba67
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 #fdba67
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 | #67AAFD | Directly opposite — maximum tension | |
| Analogous left | #FD6F67 | Neighbour, quieter | |
| Analogous right | #F5FD67 | Neighbour, quieter | |
| Split-complement 1 | #67F5FD | Contrast without the clash | |
| Split-complement 2 | #6F67FD | Contrast without the clash | |
| Triadic 1 | #67FDBA | Even thirds — balanced and loud | |
| Triadic 2 | #BA67FD | Even thirds — balanced and loud | |
| Tetradic | #67FD6F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fdba67 text on a black background
contrast 12.40:1
#fdba67 text on a white background
contrast 1.69:1
CSS3 live lab
The quick brown fox
color: #fdba67;
background-color: #fdba67;
Glowing headline
text-shadow: 2px 2px 8px #fdba67;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 103, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 186, 103, 0.45);
border: 3px solid #fdba67; background: linear-gradient(135deg, #fdba67, #DCFD67);
Monochromatic scale
Palettes built from #fdba67
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: Honey (#eba937) — ΔE2000 6.5 away, with its history, psychology and brand usage.
#fdba67 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#fdba67, answered
What color is #fdba67?
#fdba67 is a light electric orange, closest to Sandy Brown (ΔE2000 7.3). It sits at 33° on the hue wheel with 97% saturation and 70% lightness, which reads as warm.
What is the RGB value of #fdba67?
rgb(253, 186, 103) — 253 red, 186 green and 103 blue out of 255, or 99.2% / 72.9% / 40.4% by channel.
Is #fdba67 a light or a dark color?
It is a light color. Relative luminance is 0.5698 and perceived brightness is 79%, so black text on it reaches 12.40:1.
Should I use black or white text on #fdba67?
Black. It scores 12.40:1 against #fdba67, versus 1.69:1 for white — AAA at any size.
What is the complementary color of #fdba67?
#67AAFD sits directly opposite on the wheel. Softer options are the split-complements #67F5FD and #6F67FD, which give the same contrast with far less vibration.
What colors go well with #fdba67?
For interface work: #FAF8F4 as the surface, #EDD9C0 for borders, #9B774B for secondary text, #008ECC as an accent and #7E4602 for hover and pressed states. For a palette, the analogous pair #FD6F67 and #F5FD67 stays calm, while #67AAFD is the loudest partner.
What is #fdba67 in CMYK for printing?
cmyk(0%, 27%, 59%, 1%). 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 #fdba67 warm or cool?
Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FDBC80; nudged cooler, #FFF265.