#f66421
a balanced, electric orange · warm · closest name: Orange Red
At a glance
Every number on this page in one read: what #f66421 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 | #f66421 |
| RGB | rgb(246, 100, 33) |
| HSL | hsl(19, 92%, 55%) |
| CMYK | cmyk(0%, 59%, 87%, 4%) |
| LAB | lab(60.6 53.1 61.7) |
| LCH | lch(60.6 81.4 49.3) |
| OKLCH | oklch(0.681 0.194 41.3) |
| Decimal | 16147489 |
| Display P3 | color(display-p3 0.965 0.392 0.129) |
Copy-ready code
/* CSS */
color: #f66421;
background-color: #f66421;
/* Tailwind (arbitrary) */
class="text-[#f66421] bg-[#f66421]"
/* SCSS */
$brand: #f66421;
/* SwiftUI */
Color(red: 0.965, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#f66421")
/* Flutter */
Color(0xFFF66421)
/* Python / OpenCV (BGR) */
(33, 100, 246)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. #f66421 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.
:root {
--brand-50: #FDF5F2;
--brand-100: #FBEBE4;
--brand-200: #F9D4C3;
--brand-300: #FBB493;
--brand-400: #F88E5D;
--brand-500: #f66421;
--brand-600: #EB510A;
--brand-700: #C44308;
--brand-800: #9D3606;
--brand-900: #712A09;
--brand-950: #471A06;
--brand: #f66421;
--brand-ink: #000000;
}Colors that work with #f66421
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 #f66421
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #21B3F6 | Directly opposite — maximum tension | |
| Analogous left | #F62148 | Neighbour, quieter | |
| Analogous right | #F6CF21 | Neighbour, quieter | |
| Split-complement 1 | #21F6CF | Contrast without the clash | |
| Split-complement 2 | #2148F6 | Contrast without the clash | |
| Triadic 1 | #21F664 | Even thirds — balanced and loud | |
| Triadic 2 | #6421F6 | Even thirds — balanced and loud | |
| Tetradic | #48F621 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f66421 text on a black background
contrast 6.76:1
#f66421 text on a white background
contrast 3.10:1
CSS3 live lab
The quick brown fox
color: #f66421;
background-color: #f66421;
Glowing headline
text-shadow: 2px 2px 8px #f66421;
Soft neon halo
text-shadow: 0 0 14px rgba(246, 100, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(246, 100, 33, 0.45);
border: 3px solid #f66421; background: linear-gradient(135deg, #f66421, #F6F221);
Monochromatic scale
Palettes built from #f66421
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: Coral (#ff7f50) — ΔE2000 7 away, with its history, psychology and brand usage.
#f66421 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.
#f66421, answered
What color is #f66421?
#f66421 is a balanced electric orange, closest to Orange Red (ΔE2000 5.1). It sits at 19° on the hue wheel with 92% saturation and 55% lightness, which reads as warm.
What is the RGB value of #f66421?
rgb(246, 100, 33) — 246 red, 100 green and 33 blue out of 255, or 96.5% / 39.2% / 12.9% by channel.
Is #f66421 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2882 and perceived brightness is 61%, so black text on it reaches 6.76:1.
Should I use black or white text on #f66421?
Black. It scores 6.76:1 against #f66421, versus 3.10:1 for white — AA at any size.
What is the complementary color of #f66421?
#21B3F6 sits directly opposite on the wheel. Softer options are the split-complements #21F6CF and #2148F6, which give the same contrast with far less vibration.
What colors go well with #f66421?
For interface work: #FAF6F4 as the surface, #EDCEC0 for borders, #9B644B for secondary text, #04BBC8 as an accent and #7B2A05 for hover and pressed states. For a palette, the analogous pair #F62148 and #F6CF21 stays calm, while #21B3F6 is the loudest partner.
What is #f66421 in CMYK for printing?
cmyk(0%, 59%, 87%, 4%). 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 #f66421 warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F78039; nudged cooler, #F81F2A.