Orange
#CAA316
YellowColor Codes
All color formats for development
HEX
#CAA316RGB
rgb(202, 163, 22)HSL
hsl(47, 80%, 44%)OKLCH
oklch(0.73 0.145 90.9)CMYK
cmyk(0%, 19%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B69314
2#A28212
3#8D7210
4#79620D
5#65520B
6#514109
7#3D3107
8#282104
9#141002
Tints
Lighter variations
1#E4B819
2#E8C131
3#EBC84B
4#EED065
5#F1D87E
6#F4E098
7#F6E8B2
8#F9EFCC
9#FCF7E5
Tones
Muted variations
1#C19E1F
2#B89928
3#AF9431
4#A68F3A
5#9D8A43
6#94854C
7#8B7F55
8#827A5E
9#797567
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DF #F3DF95 | BordersInactive statesPlaceholder text |
| 400 | EDCE #EDCE5E | Disabled statesSecondary iconsMuted text |
| 500 | E8C0 #E8C030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA3 #CAA316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A182 #A18212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735D #735D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E25 #2E2505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF5DF;
--orange-200: #F8EDC3;
--orange-300: #F3DF95;
--orange-400: #EDCE5E;
--orange-500: #E8C030;
--orange-600: #CAA316;
--orange-700: #A18212;
--orange-800: #735D0D;
--orange-900: #493B08;
--orange-950: #2E2505;
}