Orange
#C5BA1B
YellowColor Codes
All color formats for development
HEX
#C5BA1BRGB
rgb(197, 186, 27)HSL
hsl(56, 76%, 44%)OKLCH
oklch(0.774 0.159 105.1)CMYK
cmyk(0%, 6%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2A718
2#9E9516
3#8A8213
4#767010
5#635D0D
6#4F4A0B
7#3B3808
8#272505
9#141303
Tints
Lighter variations
1#DFD21E
2#E4D836
3#E7DD4F
4#EAE268
5#EEE781
6#F1EC9A
7#F5F0B4
8#F8F5CD
9#FCFAE6
Tones
Muted variations
1#BDB323
2#B4AB2C
3#ACA435
4#A39D3D
5#9B9546
6#928E4E
7#8A8657
8#817F5F
9#797868
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF2;
--orange-100: #FBF9E0;
--orange-200: #F7F4C5;
--orange-300: #F1EB98;
--orange-400: #EAE162;
--orange-500: #E3D835;
--orange-600: #C5BA1B;
--orange-700: #9D9415;
--orange-800: #706A0F;
--orange-900: #48440A;
--orange-950: #2D2A06;
}