Orange 200
orange-200 · #FED7AA
HEX
#FED7AA
RGB
rgb(254, 215, 170)
CMYK
cmyk(0%, 15%, 33%, 0%)
HSL
hsl(32, 98%, 83%)
LAB
lab(88.3, 7.4, 27.3)
What is Orange 200?
Orange 200 is the orange-200 reference in the Tailwind CSS palette. Its sRGB value is #FED7AA (rgb 254, 215, 170). It sits in the orange family. The default color palette shipped with Tailwind CSS v3 by Tailwind Labs. 22 color families across 11 lightness steps (50 to 950). See disclaimer for accuracy and trademark notes.
Accessibility
WCAG 2.1 contrast checks for Orange 200 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Orange 200
An 11-step tonal scale derived from Orange 200 (#FED7AA). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.
50
#FFFCF8
#FFFCF8
100
#FFF9F1
#FFF9F1
200
#FFF2E4
#FFF2E4
300
#FFEBD5
#FFEBD5
400
#FEE1BF
#FEE1BF
500
#FED7AA
#FED7AA
600
#D8B791
#D8B791
700
#A58C6F
#A58C6F
800
#72614D
#72614D
900
#40362B
#40362B
950
#1E1A14
#1E1A14
Lighter tints (mixed with white)
15%
#FEDEBA
30%
#FEE4C9
45%
#FEEAD6
60%
#FFF0E2
75%
#FFF6ED
Darker shades (mixed with black)
15%
#ECC89E
30%
#D9B791
45%
#C3A581
60%
#A98E70
75%
#887359
Color harmonies for Orange 200
Classic color-theory harmonies derived from rotating the hue of Orange 200. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#FED7AA
#FED7AA
#A9D1FE
#A9D1FE
Triadic
Three colors 120° apart
#FED7AA
#FED7AA
#A9FED6
#A9FED6
#D6A9FE
#D6A9FE
Analogous
Two neighbors ±30° on the wheel
#FEACA9
#FEACA9
#FED7AA
#FED7AA
#FBFEA9
#FBFEA9
Split-complementary
Base + two colors flanking its complement
#FED7AA
#FED7AA
#A9FBFE
#A9FBFE
#ACA9FE
#ACA9FE
Tetradic
Two complementary pairs
#FED7AA
#FED7AA
#D1FEA9
#D1FEA9
#A9D1FE
#A9D1FE
#D6A9FE
#D6A9FE
Square
Four colors evenly spaced 90° apart
#FED7AA
#FED7AA
#A9FEAC
#A9FEAC
#A9D1FE
#A9D1FE
#FEA9FB
#FEA9FB
Orange 200 in every color space
Full conversion of Orange 200 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.
HEX
#FED7AA
RGB
rgb(254, 215, 170)
CMYK
cmyk(0%, 15%, 33%, 0%)
HSL
hsl(32, 98%, 83%)
HSV
hsv(32, 33%, 100%)
HWB
hwb(32 67% 0%)
CIE Lab
lab(88.3 7.4 27.3)
OKLCH
oklch(90.1% 0.073 70.7)
XYZ (D65)
xyz(72.43, 72.58, 48.22)
Copy-ready code for Orange 200
Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.
CSS
color: #FED7AA;
background-color: #FED7AA;CSS variable
:root {
--color-orange-200: #FED7AA;
}Tailwind config
// tailwind.config.js
colors: {
'orange-200': '#FED7AA',
}Sass
$color-orange-200: #FED7AA;Swift UIColor
UIColor(red: 0.996, green: 0.843, blue: 0.667, alpha: 1.0)Android XML
<color name="orange-200">#FED7AA</color>Closest match in every color system
The nearest Orange 200 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.
Closest in Tailwind CSS palette
Top 6 ΔE2000-closest entries within the same collection.
Closest Pantone matches
Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.
Closest RAL Classic matches
Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.
RAL 1015
#E6D690
Light ivory
RAL 9001
#FDF4E3
Cream
RAL 1013
#EAE6CA
Oyster white
RAL 7044
#CAC4B0
Silk grey
RAL 1001
#C2B078
Beige
RAL 1034
#EFA94A
Pastel yellow
FAQ about Orange 200
What is the HEX code for Orange 200?
Orange 200 (orange-200) has the HEX code #FED7AA. In RGB it is rgb(254, 215, 170), and in CMYK it is cmyk(0%, 15%, 33%, 0%).
What is the OKLCH value of Orange 200?
Orange 200 converts to oklch(0.901 0.073 70.7). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Orange 200 accessible for body text?
Used as a background, Orange 200 has a contrast ratio of 15.51:1 with black text and 1.35:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use black text and verify in real UI context.
What is the closest Pantone to Orange 200?
The closest Pantone reference to Orange 200 by ΔE2000 perceptual distance is Pantone 472 C (#E5B17C). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.
What is the closest RAL color to Orange 200?
The closest RAL Classic reference to Orange 200 by ΔE2000 distance is RAL 1015 (Light ivory, #E6D690). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Orange 200?
The complementary color (180° opposite on the HSL color wheel) of Orange 200 is #A9D1FE. Use it for high-contrast accents, error states, or call-to-action pairings.
Data provenance & source
Tailwind CSS default palette (v3)
The default color palette shipped with Tailwind CSS v3 by Tailwind Labs Inc. Use as a reference for design tokens, web color systems, and Tailwind-based design conversations. Names like 'blue-500' are the project's own naming convention.
- Source type
- derived
- Confidence
- high
- License
- MIT
- Last reviewed
- 2026-05-24
Workflow tags
Tailwind palette values are designed for digital interfaces under sRGB. For print, convert to a process-appropriate value and proof against the substrate; do not rely on sRGB CMYK conversion for color-critical print work.