Lavender
#C7F4E2
GreenColor Codes
All color formats for development
HEX
#C7F4E2RGB
rgb(199, 244, 226)HSL
hsl(156, 67%, 87%)OKLCH
oklch(0.931 0.052 168.9)CMYK
cmyk(18%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDCF
2#7EE5BC
3#58DEA9
4#33D795
5#25B97E
6#1D9465
7#166F4B
8#0F4A32
9#072519
Tints
Lighter variations
1#CDF5E5
2#D3F6E8
3#D8F7EB
4#DEF8EE
5#E3FAF1
6#E9FBF4
7#EEFCF6
8#F4FDF9
9#F9FEFC
Tones
Muted variations
1#CAF2E2
2#CCF0E1
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 #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442E | 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: #F2FCF8;
--lavender-100: #E1F9F0;
--lavender-200: #C8F4E2;
--lavender-300: #9DECCC;
--lavender-400: #6AE2B2;
--lavender-500: #3FD99C;
--lavender-600: #25BB7F;
--lavender-700: #1D9565;
--lavender-800: #156A48;
--lavender-900: #0D442E;
--lavender-950: #082B1D;
}