Orange
#CAAF16
YellowColor Codes
All color formats for development
HEX
#CAAF16RGB
rgb(202, 175, 22)HSL
hsl(51, 80%, 44%)OKLCH
oklch(0.755 0.152 97.6)CMYK
cmyk(0%, 13%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B69E14
2#A28C12
3#8D7B10
4#79690D
5#65580B
6#514609
7#3D3507
8#282304
9#141202
Tints
Lighter variations
1#E4C519
2#E8CD31
3#EBD34B
4#EED965
5#F1E07E
6#F4E698
7#F6ECB2
8#F9F2CC
9#FCF9E5
Tones
Muted variations
1#C1A91F
2#B8A228
3#AF9C31
4#A6963A
5#9D9043
6#94894C
7#8B8355
8#827D5E
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E595 | BordersInactive statesPlaceholder text |
| 400 | EDD8 #EDD85E | Disabled statesSecondary iconsMuted text |
| 500 | E8CD #E8CD30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAF #CAAF16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18B #A18B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7363 #73630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494008 | 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: #FBF7DF;
--orange-200: #F8F0C3;
--orange-300: #F3E595;
--orange-400: #EDD85E;
--orange-500: #E8CD30;
--orange-600: #CAAF16;
--orange-700: #A18B12;
--orange-800: #73630D;
--orange-900: #494008;
--orange-950: #2E2805;
}