Lavender
#C8F4DE
GreenColor Codes
All color formats for development
HEX
#C8F4DERGB
rgb(200, 244, 222)HSL
hsl(150, 67%, 87%)OKLCH
oklch(0.93 0.054 163.5)CMYK
cmyk(18%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDC8
2#7EE5B1
3#58DE9B
4#33D785
5#25B96F
6#1D9459
7#166F43
8#0F4A2C
9#072516
Tints
Lighter variations
1#CDF5E1
2#D3F6E4
3#D8F7E8
4#DEF8EB
5#E3FAEE
6#E9FBF2
7#EEFCF5
8#F4FDF8
9#F9FEFC
Tones
Muted variations
1#CAF2DE
2#CCF0DE
3#CEEDDE
4#D1EBDE
5#D3E9DE
6#D5E7DE
7#D7E5DE
8#D9E2DE
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9559 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4429 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF7;
--lavender-100: #E1F9ED;
--lavender-200: #C8F4DE;
--lavender-300: #9DECC4;
--lavender-400: #6AE2A6;
--lavender-500: #3FD98C;
--lavender-600: #25BB70;
--lavender-700: #1D9559;
--lavender-800: #156A40;
--lavender-900: #0D4429;
--lavender-950: #082B1A;
}