Lavender
#C8F4E3
GreenColor Codes
All color formats for development
HEX
#C8F4E3RGB
rgb(200, 244, 227)HSL
hsl(157, 67%, 87%)OKLCH
oklch(0.932 0.051 169.7)CMYK
cmyk(18%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDD0
2#7EE5BE
3#58DEAB
4#33D798
5#25B980
6#1D9467
7#166F4D
8#0F4A33
9#07251A
Tints
Lighter variations
1#CDF5E6
2#D3F6E9
3#D8F7EB
4#DEF8EE
5#E3FAF1
6#E9FBF4
7#EEFCF7
8#F4FDF9
9#F9FEFC
Tones
Muted variations
1#CAF2E3
2#CCF0E2
3#CEEDE1
4#D1EBE1
5#D3E9E0
6#D5E7E0
7#D7E5DF
8#D9E2DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99E | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF9;
--lavender-100: #E1F9F0;
--lavender-200: #C8F4E3;
--lavender-300: #9DECCE;
--lavender-400: #6AE2B4;
--lavender-500: #3FD99E;
--lavender-600: #25BB82;
--lavender-700: #1D9567;
--lavender-800: #156A4A;
--lavender-900: #0D442F;
--lavender-950: #082B1D;
}