#fd635f
a light, electric red · warm · closest name: Salmon
At a glance
Every number on this page in one read: what #fd635f 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 | #fd635f |
| RGB | rgb(253, 99, 95) |
| HSL | hsl(2, 98%, 68%) |
| CMYK | cmyk(0%, 61%, 63%, 1%) |
| LAB | lab(62.2 58.4 33.3) |
| LCH | lch(62.2 67.2 29.7) |
| OKLCH | oklch(0.697 0.189 24.8) |
| Decimal | 16606047 |
| Display P3 | color(display-p3 0.992 0.388 0.373) |
Copy-ready code
/* CSS */
color: #fd635f;
background-color: #fd635f;
/* Tailwind (arbitrary) */
class="text-[#fd635f] bg-[#fd635f]"
/* SCSS */
$brand: #fd635f;
/* SwiftUI */
Color(red: 0.992, green: 0.388, blue: 0.373)
/* Android */
Color.parseColor("#fd635f")
/* Flutter */
Color(0xFFFD635F)
/* Python / OpenCV (BGR) */
(95, 99, 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. #fd635f 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: #FDF2F1;
--brand-100: #FCE4E4;
--brand-200: #FBC2C1;
--brand-300: #FE9390;
--brand-400: #fd635f;
--brand-500: #FC2721;
--brand-600: #F20903;
--brand-700: #C90803;
--brand-800: #A10602;
--brand-900: #740906;
--brand-950: #490604;
--brand: #fd635f;
--brand-ink: #000000;
}Colors that work with #fd635f
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 #fd635f
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 | #5FF9FD | Directly opposite — maximum tension | |
| Analogous left | #FD5FAA | Neighbour, quieter | |
| Analogous right | #FDB25F | Neighbour, quieter | |
| Split-complement 1 | #5FFDB2 | Contrast without the clash | |
| Split-complement 2 | #5FAAFD | Contrast without the clash | |
| Triadic 1 | #5FFD63 | Even thirds — balanced and loud | |
| Triadic 2 | #635FFD | Even thirds — balanced and loud | |
| Tetradic | #AAFD5F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fd635f text on a black background
contrast 7.13:1
#fd635f text on a white background
contrast 2.95:1
CSS3 live lab
The quick brown fox
color: #fd635f;
background-color: #fd635f;
Glowing headline
text-shadow: 2px 2px 8px #fd635f;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 99, 95, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 99, 95, 0.45);
border: 3px solid #fd635f; background: linear-gradient(135deg, #fd635f, #FDCC5F);
Monochromatic scale
Palettes built from #fd635f
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: Salmon (#fa8072) — ΔE2000 5.8 away, with its history, psychology and brand usage.
#fd635f 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.
#fd635f, answered
What color is #fd635f?
#fd635f is a light electric red, closest to Salmon (ΔE2000 5.8). It sits at 2° on the hue wheel with 98% saturation and 68% lightness, which reads as warm.
What is the RGB value of #fd635f?
rgb(253, 99, 95) — 253 red, 99 green and 95 blue out of 255, or 99.2% / 38.8% / 37.3% by channel.
Is #fd635f a light or a dark color?
It is a mid-tone. Relative luminance is 0.3063 and perceived brightness is 63%, so black text on it reaches 7.13:1.
Should I use black or white text on #fd635f?
Black. It scores 7.13:1 against #fd635f, versus 2.95:1 for white — AAA at any size.
What is the complementary color of #fd635f?
#5FF9FD sits directly opposite on the wheel. Softer options are the split-complements #5FFDB2 and #5FAAFD, which give the same contrast with far less vibration.
What colors go well with #fd635f?
For interface work: #FAF4F4 as the surface, #EDC1C0 for borders, #9B4D4B for secondary text, #00CC9F as an accent and #7E0502 for hover and pressed states. For a palette, the analogous pair #FD5FAA and #FDB25F stays calm, while #5FF9FD is the loudest partner.
What is #fd635f in CMYK for printing?
cmyk(0%, 61%, 63%, 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 #fd635f warm or cool?
Warm — it scores 16 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FD885F; nudged cooler, #FF5D94.