Green
#09480B
GreenColor Codes
All color formats for development
HEX
#09480BRGB
rgb(9, 72, 11)HSL
hsl(122, 78%, 16%)OKLCH
oklch(0.351 0.109 143.1)CMYK
cmyk(88%, 0%, 85%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08410A
2#073A09
3#063308
4#052C07
5#042406
6#041D04
7#031603
8#020F02
9#010701
Tints
Lighter variations
1#0E6F11
2#129517
3#17BB1D
4#1CE122
5#40E746
6#66EC6B
7#8DF190
8#B3F6B5
9#D9FADA
Tones
Muted variations
1#0C450E
2#0F4211
3#133F14
4#163C17
5#19391A
6#1C361D
7#1F3220
8#222F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB65 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E639 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C4F8C6;
--green-300: #97F29A;
--green-400: #60EB65;
--green-500: #33E639;
--green-600: #19C81F;
--green-700: #149F18;
--green-800: #0E7111;
--green-900: #09490B;
--green-950: #062D07;
}