Orange
#CDAE13
YellowColor Codes
All color formats for development
HEX
#CDAE13RGB
rgb(205, 174, 19)HSL
hsl(50, 83%, 44%)OKLCH
oklch(0.756 0.152 95.8)CMYK
cmyk(0%, 15%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B99D11
2#A48B0F
3#907A0D
4#7B690B
5#67570A
6#524608
7#3E3406
8#292304
9#151102
Tints
Lighter variations
1#E7C416
2#ECCC2E
3#EED248
4#F0D962
5#F3DF7C
6#F5E596
7#F8ECB1
8#FAF2CB
9#FDF9E5
Tones
Muted variations
1#C4A81C
2#BBA226
3#B19C2F
4#A89538
5#9F8F42
6#95894B
7#8C8354
8#837D5E
9#7A7667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E5 #F5E594 | BordersInactive statesPlaceholder text |
| 400 | F0D7 #F0D75C | Disabled statesSecondary iconsMuted text |
| 500 | EBCC #EBCC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAE #CDAE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38B #A38B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7563 #75630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FCF7DE;
--orange-200: #F9F0C2;
--orange-300: #F5E594;
--orange-400: #F0D75C;
--orange-500: #EBCC2D;
--orange-600: #CDAE13;
--orange-700: #A38B0F;
--orange-800: #75630B;
--orange-900: #4B3F07;
--orange-950: #2F2804;
}