Orange
#FFBA1A
OrangeColor Codes
All color formats for development
HEX
#FFBA1ARGB
rgb(255, 186, 26)HSL
hsl(42, 100%, 55%)OKLCH
oklch(0.831 0.167 80.8)CMYK
cmyk(0%, 27%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCB100
2#E09D00
3#C48900
4#A87600
5#8C6200
6#704F00
7#543B00
8#382700
9#1C1400
Tints
Lighter variations
1#FFC130
2#FFC847
3#FFCF5E
4#FFD675
5#FFDD8C
6#FFE3A3
7#FFEABA
8#FFF1D1
9#FFF8E8
Tones
Muted variations
1#F4B625
2#E8B130
3#DDAC3C
4#D1A847
5#C6A353
6#BA9F5E
7#AF9A6A
8#A39575
9#989181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF4 #FFF4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEB #FFEBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDC #FFDC8A | BordersInactive statesPlaceholder text |
| 400 | FFC9 #FFC94D | Disabled statesSecondary iconsMuted text |
| 500 | FFBA #FFBA1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E09D #E09D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B37D #B37D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8059 #805900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5239 #523900 | Primary textHigh emphasis contentDark headings |
| 950 | 3324 #332400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFAF0;
--orange-100: #FFF4DB;
--orange-200: #FFEBBD;
--orange-300: #FFDC8A;
--orange-400: #FFC94D;
--orange-500: #FFBA1A;
--orange-600: #E09D00;
--orange-700: #B37D00;
--orange-800: #805900;
--orange-900: #523900;
--orange-950: #332400;
}