Orange
#CAB816
YellowColor Codes
All color formats for development
HEX
#CAB816RGB
rgb(202, 184, 22)HSL
hsl(54, 80%, 44%)OKLCH
oklch(0.774 0.158 102.1)CMYK
cmyk(0%, 9%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6A614
2#A29312
3#8D8110
4#796E0D
5#655C0B
6#514A09
7#3D3707
8#282504
9#141202
Tints
Lighter variations
1#E4CF19
2#E8D631
3#EBDB4B
4#EEE065
5#F1E57E
6#F4EA98
7#F6F0B2
8#F9F5CC
9#FCFAE5
Tones
Muted variations
1#C1B11F
2#B8AA28
3#AFA231
4#A69B3A
5#9D9443
6#948D4C
7#8B8655
8#827F5E
9#797767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF9DF;
--orange-200: #F8F3C3;
--orange-300: #F3EA95;
--orange-400: #EDDF5E;
--orange-500: #E8D630;
--orange-600: #CAB816;
--orange-700: #A19212;
--orange-800: #73690D;
--orange-900: #494308;
--orange-950: #2E2A05;
}