Orange
#CAA616
YellowColor Codes
All color formats for development
HEX
#CAA616RGB
rgb(202, 166, 22)HSL
hsl(48, 80%, 44%)OKLCH
oklch(0.736 0.147 92.6)CMYK
cmyk(0%, 18%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B69514
2#A28512
3#8D7410
4#79640D
5#65530B
6#514209
7#3D3207
8#282104
9#141102
Tints
Lighter variations
1#E4BB19
2#E8C431
3#EBCB4B
4#EED265
5#F1DA7E
6#F4E198
7#F6E9B2
8#F9F0CC
9#FCF8E5
Tones
Muted variations
1#C1A11F
2#B89B28
3#AF9631
4#A6913A
5#9D8B43
6#94864C
7#8B8055
8#827B5E
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E1 #F3E195 | BordersInactive statesPlaceholder text |
| 400 | EDD1 #EDD15E | Disabled statesSecondary iconsMuted text |
| 500 | E8C3 #E8C330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA6 #CAA616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A184 #A18412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735E #735E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF6DF;
--orange-200: #F8EEC3;
--orange-300: #F3E195;
--orange-400: #EDD15E;
--orange-500: #E8C330;
--orange-600: #CAA616;
--orange-700: #A18412;
--orange-800: #735E0D;
--orange-900: #493C08;
--orange-950: #2E2605;
}