Orange
#C7BB1A
YellowColor Codes
All color formats for development
HEX
#C7BB1ARGB
rgb(199, 187, 26)HSL
hsl(56, 77%, 44%)OKLCH
oklch(0.778 0.16 104.7)CMYK
cmyk(0%, 6%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3A817
2#9F9615
3#8B8312
4#77700F
5#635E0D
6#4F4B0A
7#3C3808
8#282505
9#141303
Tints
Lighter variations
1#E0D31D
2#E5D935
3#E8DE4E
4#EBE267
5#EFE781
6#F2EC9A
7#F5F1B3
8#F8F5CC
9#FCFAE6
Tones
Muted variations
1#BEB422
2#B5AC2B
3#ADA534
4#A49D3C
5#9B9645
6#938E4E
7#8A8756
8#817F5F
9#797868
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 | F7F4 #F7F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EB #F2EB97 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE161 | Disabled statesSecondary iconsMuted text |
| 500 | E5D9 #E5D934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7BB #C7BB1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E95 #9E9515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716A #716A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #484409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF9DF;
--orange-200: #F7F4C4;
--orange-300: #F2EB97;
--orange-400: #EAE161;
--orange-500: #E5D934;
--orange-600: #C7BB1A;
--orange-700: #9E9515;
--orange-800: #716A0F;
--orange-900: #484409;
--orange-950: #2D2B06;
}