Lavender
#C5F7E2
GreenColor Codes
All color formats for development
HEX
#C5F7E2RGB
rgb(197, 247, 226)HSL
hsl(155, 76%, 87%)OKLCH
oklch(0.936 0.058 167.6)CMYK
cmyk(20%, 0%, 9%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2CF
2#77ECBB
3#50E7A8
4#28E295
5#1BC37D
6#159C64
7#10754B
8#0B4E32
9#052719
Tints
Lighter variations
1#CAF8E5
2#D0F9E8
3#D6F9EB
4#DCFAEE
5#E2FBF1
6#E8FCF3
7#EDFDF6
8#F3FDF9
9#F9FEFC
Tones
Muted variations
1#C7F5E2
2#CAF2E1
3#CCEFE1
4#CFEDE0
5#D1EAE0
6#D4E8E0
7#D6E5DF
8#D9E3DF
9#DBE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDF8;
--lavender-100: #E0FBEF;
--lavender-200: #C5F7E2;
--lavender-300: #98F1CC;
--lavender-400: #62EAB1;
--lavender-500: #35E39B;
--lavender-600: #1BC57E;
--lavender-700: #159D65;
--lavender-800: #0F7048;
--lavender-900: #0A482E;
--lavender-950: #062D1D;
}