Lavender
#C8F3E1
GreenColor Codes
All color formats for development
HEX
#C8F3E1RGB
rgb(200, 243, 225)HSL
hsl(155, 64%, 87%)OKLCH
oklch(0.929 0.051 167.9)CMYK
cmyk(18%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBCE
2#80E3BA
3#5BDBA6
4#37D392
5#28B67B
6#209262
7#186D4A
8#104931
9#082419
Tints
Lighter variations
1#CEF4E4
2#D4F5E7
3#D9F7EA
4#DEF8ED
5#E4F9F0
6#E9FAF3
7#EFFBF6
8#F4FDF9
9#FAFEFC
Tones
Muted variations
1#CBF1E1
2#CDEFE1
3#CFEDE0
4#D1EBE0
5#D3E8E0
6#D5E6DF
7#D7E4DF
8#DAE2DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF8;
--lavender-100: #E2F9EF;
--lavender-200: #C9F3E1;
--lavender-300: #9FEACB;
--lavender-400: #6DDFAF;
--lavender-500: #43D698;
--lavender-600: #28B87C;
--lavender-700: #209263;
--lavender-800: #176947;
--lavender-900: #0F432D;
--lavender-950: #092A1C;
}