Olive
#503F02
YellowColor Codes
All color formats for development
HEX
#503F02RGB
rgb(80, 63, 2)HSL
hsl(47, 95%, 16%)OKLCH
oklch(0.375 0.075 91.1)CMYK
cmyk(0%, 21%, 98%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483802
2#403202
3#382C01
4#302601
5#281F01
6#201901
7#181301
8#100D00
9#080600
Tints
Lighter variations
1#796003
2#A38104
3#CDA205
4#F7C306
5#FACE2E
6#FBD758
7#FCE182
8#FDEBAB
9#FEF5D5
Tones
Muted variations
1#4C3D06
2#483A0A
3#44380E
4#403612
5#3C3415
6#383219
7#342F1D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF0 #FDF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE4 #FCE48D | BordersInactive statesPlaceholder text |
| 400 | FBD6 #FBD651 | Disabled statesSecondary iconsMuted text |
| 500 | F9CA #F9CA1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBAD #DBAD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE89 #AE8904 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C62 #7C6203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF7DC;
--olive-200: #FDF0BE;
--olive-300: #FCE48D;
--olive-400: #FBD651;
--olive-500: #F9CA1F;
--olive-600: #DBAD06;
--olive-700: #AE8904;
--olive-800: #7C6203;
--olive-900: #503F02;
--olive-950: #322701;
}