Olive
#70700F
YellowColor Codes
All color formats for development
HEX
#70700FRGB
rgb(112, 112, 15)HSL
hsl(60, 76%, 25%)OKLCH
oklch(0.528 0.11 109.6)CMYK
cmyk(0%, 0%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65650E
2#5A5A0C
3#4F4F0B
4#434309
5#383808
6#2D2D06
7#222205
8#161603
9#0B0B02
Tints
Lighter variations
1#929214
2#B4B418
3#D5D51D
4#E3E335
5#E8E857
6#EDED78
7#F1F19A
8#F6F6BC
9#FAFADD
Tones
Muted variations
1#6B6B14
2#676719
3#62621E
4#5D5D23
5#585828
6#53532C
7#4E4E31
8#494936
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FBFBE0;
--olive-200: #F7F7C5;
--olive-300: #F1F198;
--olive-400: #EAEA62;
--olive-500: #E3E335;
--olive-600: #C5C51B;
--olive-700: #9D9D15;
--olive-800: #70700F;
--olive-900: #48480A;
--olive-950: #2D2D06;
}