Lavender
#C8F4E4
GreenColor Codes
All color formats for development
HEX
#C8F4E4RGB
rgb(200, 244, 228)HSL
hsl(158, 67%, 87%)OKLCH
oklch(0.932 0.05 171.1)CMYK
cmyk(18%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDD2
2#7EE5BF
3#58DEAD
4#33D79B
5#25B983
6#1D9469
7#166F4E
8#0F4A34
9#07251A
Tints
Lighter variations
1#CDF5E6
2#D3F6E9
3#D8F7EC
4#DEF8EF
5#E3FAF1
6#E9FBF4
7#EEFCF7
8#F4FDFA
9#F9FEFC
Tones
Muted variations
1#CAF2E3
2#CCF0E3
3#CEEDE2
4#D1EBE1
5#D3E9E1
6#D5E7E0
7#D7E5E0
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 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4430 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF9;
--lavender-100: #E1F9F0;
--lavender-200: #C8F4E4;
--lavender-300: #9DECCF;
--lavender-400: #6AE2B6;
--lavender-500: #3FD9A1;
--lavender-600: #25BB84;
--lavender-700: #1D9569;
--lavender-800: #156A4B;
--lavender-900: #0D4430;
--lavender-950: #082B1E;
}