Orange
#FDBD1C
OrangeColor Codes
All color formats for development
HEX
#FDBD1CRGB
rgb(253, 189, 28)HSL
hsl(43, 98%, 55%)OKLCH
oklch(0.835 0.167 83)CMYK
cmyk(0%, 25%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB403
2#DEA002
3#C28C02
4#A77802
5#8B6401
6#6F5001
7#533C01
8#382801
9#1C1400
Tints
Lighter variations
1#FDC433
2#FDCA49
3#FDD160
4#FED777
5#FEDE8D
6#FEE5A4
7#FEEBBB
8#FFF2D2
9#FFF8E8
Tones
Muted variations
1#F1B827
2#E6B332
3#DBAE3E
4#D0A949
5#C4A554
6#B9A05F
7#AE9B6B
8#A39676
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEC #FEECBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEDD #FEDD8B | BordersInactive statesPlaceholder text |
| 400 | FDCC #FDCC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDBD #FDBD1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEA0 #DEA002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B17F #B17F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5B #7E5B01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513A #513A01 | Primary textHigh emphasis contentDark headings |
| 950 | 3224 #322401 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFBF0;
--orange-100: #FFF5DC;
--orange-200: #FEECBD;
--orange-300: #FEDD8B;
--orange-400: #FDCC4E;
--orange-500: #FDBD1C;
--orange-600: #DEA002;
--orange-700: #B17F02;
--orange-800: #7E5B01;
--orange-900: #513A01;
--orange-950: #322401;
}