Lavender
#C5F7DC
GreenColor Codes
All color formats for development
HEX
#C5F7DCRGB
rgb(197, 247, 220)HSL
hsl(148, 76%, 87%)OKLCH
oklch(0.934 0.063 161.3)CMYK
cmyk(20%, 0%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2C5
2#77ECAE
3#50E796
4#28E27F
5#1BC369
6#159C54
7#10753F
8#0B4E2A
9#052715
Tints
Lighter variations
1#CAF8E0
2#D0F9E3
3#D6F9E7
4#DCFAEA
5#E2FBEE
6#E8FCF1
7#EDFDF5
8#F3FDF8
9#F9FEFC
Tones
Muted variations
1#C7F5DC
2#CAF2DD
3#CCEFDD
4#CFEDDD
5#D1EADD
6#D4E8DD
7#D6E5DD
8#D9E3DE
9#DBE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E386 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4827 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDF7;
--lavender-100: #E0FBEC;
--lavender-200: #C5F7DC;
--lavender-300: #98F1C1;
--lavender-400: #62EAA1;
--lavender-500: #35E386;
--lavender-600: #1BC56B;
--lavender-700: #159D55;
--lavender-800: #0F703D;
--lavender-900: #0A4827;
--lavender-950: #062D18;
}