Orange
#FFB31A
OrangeColor Codes
All color formats for development
HEX
#FFB31ARGB
rgb(255, 179, 26)HSL
hsl(40, 100%, 55%)OKLCH
oklch(0.818 0.167 77)CMYK
cmyk(0%, 30%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCA800
2#E09600
3#C48300
4#A87000
5#8C5E00
6#704B00
7#543800
8#382500
9#1C1300
Tints
Lighter variations
1#FFBA30
2#FFC247
3#FFC95E
4#FFD175
5#FFD98C
6#FFE0A3
7#FFE8BA
8#FFF0D1
9#FFF7E8
Tones
Muted variations
1#F4AF25
2#E8AB30
3#DDA73C
4#D1A347
5#C69F53
6#BA9C5E
7#AF986A
8#A39475
9#989081
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE9 #FFE9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD8 #FFD88A | BordersInactive statesPlaceholder text |
| 400 | FFC3 #FFC34D | Disabled statesSecondary iconsMuted text |
| 500 | FFB3 #FFB31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E096 #E09600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B377 #B37700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8055 #805500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5236 #523600 | Primary textHigh emphasis contentDark headings |
| 950 | 3322 #332200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFAF0;
--orange-100: #FFF3DB;
--orange-200: #FFE9BD;
--orange-300: #FFD88A;
--orange-400: #FFC34D;
--orange-500: #FFB31A;
--orange-600: #E09600;
--orange-700: #B37700;
--orange-800: #805500;
--orange-900: #523600;
--orange-950: #332200;
}