Orange
#CABB16
YellowColor Codes
All color formats for development
HEX
#CABB16RGB
rgb(202, 187, 22)HSL
hsl(55, 80%, 44%)OKLCH
oklch(0.78 0.161 103.5)CMYK
cmyk(0%, 7%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6A814
2#A29612
3#8D8310
4#79700D
5#655E0B
6#514B09
7#3D3807
8#282504
9#141302
Tints
Lighter variations
1#E4D319
2#E8D931
3#EBDE4B
4#EEE265
5#F1E77E
6#F4EC98
7#F6F1B2
8#F9F5CC
9#FCFAE5
Tones
Muted variations
1#C1B41F
2#B8AC28
3#AFA531
4#A69D3A
5#9D9643
6#948E4C
7#8B8755
8#827F5E
9#797867
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 | F8F4 #F8F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB95 | BordersInactive statesPlaceholder text |
| 400 | EDE1 #EDE15E | Disabled statesSecondary iconsMuted text |
| 500 | E8D9 #E8D930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABB #CABB16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A195 #A19512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736A #736A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF9DF;
--orange-200: #F8F4C3;
--orange-300: #F3EB95;
--orange-400: #EDE15E;
--orange-500: #E8D930;
--orange-600: #CABB16;
--orange-700: #A19512;
--orange-800: #736A0D;
--orange-900: #494408;
--orange-950: #2E2B05;
}