Orange
#CAB516
YellowColor Codes
All color formats for development
HEX
#CAB516RGB
rgb(202, 181, 22)HSL
hsl(53, 80%, 44%)OKLCH
oklch(0.768 0.156 100.7)CMYK
cmyk(0%, 10%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6A314
2#A29112
3#8D7F10
4#796D0D
5#655B0B
6#514809
7#3D3607
8#282404
9#141202
Tints
Lighter variations
1#E4CC19
2#E8D331
3#EBD84B
4#EEDE65
5#F1E37E
6#F4E998
7#F6EEB2
8#F9F4CC
9#FCF9E5
Tones
Muted variations
1#C1AE1F
2#B8A728
3#AFA031
4#A6993A
5#9D9343
6#948C4C
7#8B8555
8#827E5E
9#797767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF8DF;
--orange-200: #F8F2C3;
--orange-300: #F3E895;
--orange-400: #EDDC5E;
--orange-500: #E8D330;
--orange-600: #CAB516;
--orange-700: #A19012;
--orange-800: #73670D;
--orange-900: #494208;
--orange-950: #2E2905;
}