Orange
#CAB216
YellowColor Codes
All color formats for development
HEX
#CAB216RGB
rgb(202, 178, 22)HSL
hsl(52, 80%, 44%)OKLCH
oklch(0.761 0.154 99.2)CMYK
cmyk(0%, 12%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6A014
2#A28E12
3#8D7D10
4#796B0D
5#65590B
6#514709
7#3D3507
8#282404
9#141202
Tints
Lighter variations
1#E4C919
2#E8D031
3#EBD64B
4#EEDC65
5#F1E17E
6#F4E798
7#F6EDB2
8#F9F3CC
9#FCF9E5
Tones
Muted variations
1#C1AB1F
2#B8A528
3#AF9E31
4#A6983A
5#9D9143
6#948B4C
7#8B8455
8#827D5E
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 | F8F1 #F8F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E7 #F3E795 | BordersInactive statesPlaceholder text |
| 400 | EDDA #EDDA5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D0 #E8D030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB2 #CAB216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18E #A18E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7365 #73650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF8DF;
--orange-200: #F8F1C3;
--orange-300: #F3E795;
--orange-400: #EDDA5E;
--orange-500: #E8D030;
--orange-600: #CAB216;
--orange-700: #A18E12;
--orange-800: #73650D;
--orange-900: #494108;
--orange-950: #2E2805;
}