Lavender
#CAF2E1
GreenColor Codes
All color formats for development
HEX
#CAF2E1RGB
rgb(202, 242, 225)HSL
hsl(155, 61%, 87%)OKLCH
oklch(0.928 0.047 167.7)CMYK
cmyk(17%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9CD
2#82E1B9
3#5ED8A5
4#3BCF92
5#2BB37A
6#238F62
7#1A6B49
8#114731
9#092418
Tints
Lighter variations
1#CFF3E4
2#D4F5E7
3#DAF6EA
4#DFF7ED
5#E4F9F0
6#EAFAF3
7#EFFBF6
8#F4FCF9
9#FAFEFC
Tones
Muted variations
1#CCF0E1
2#CEEEE1
3#D0ECE0
4#D2EAE0
5#D4E8E0
6#D6E6DF
7#D8E4DF
8#DAE2DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E2F8EF;
--lavender-200: #CAF2E1;
--lavender-300: #A1E8CA;
--lavender-400: #6FDCAF;
--lavender-500: #46D298;
--lavender-600: #2CB57C;
--lavender-700: #239062;
--lavender-800: #196746;
--lavender-900: #10422D;
--lavender-950: #0A291C;
}