Orange
#FDAA1C
OrangeColor Codes
All color formats for development
HEX
#FDAA1CRGB
rgb(253, 170, 28)HSL
hsl(38, 98%, 55%)OKLCH
oklch(0.8 0.165 72.8)CMYK
cmyk(0%, 33%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA9F03
2#DE8E02
3#C27C02
4#A76A02
5#8B5801
6#6F4701
7#533501
8#382301
9#1C1200
Tints
Lighter variations
1#FDB333
2#FDBB49
3#FDC460
4#FECC77
5#FED58D
6#FEDDA4
7#FEE6BB
8#FFEED2
9#FFF7E8
Tones
Muted variations
1#F1A727
2#E6A432
3#DBA13E
4#D09E49
5#C49B54
6#B9985F
7#AE956B
8#A39276
9#978F81
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE7 #FEE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED4 #FED48B | BordersInactive statesPlaceholder text |
| 400 | FDBD #FDBD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDAA #FDAA1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE8E #DE8E02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B171 #B17102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E50 #7E5001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5133 #513301 | Primary textHigh emphasis contentDark headings |
| 950 | 3220 #322001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFF9F0;
--orange-100: #FFF2DC;
--orange-200: #FEE7BD;
--orange-300: #FED48B;
--orange-400: #FDBD4E;
--orange-500: #FDAA1C;
--orange-600: #DE8E02;
--orange-700: #B17102;
--orange-800: #7E5001;
--orange-900: #513301;
--orange-950: #322001;
}