Lavender
#CAF2E4
GreenColor Codes
All color formats for development
HEX
#CAF2E4RGB
rgb(202, 242, 228)HSL
hsl(159, 61%, 87%)OKLCH
oklch(0.929 0.045 172.1)CMYK
cmyk(17%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9D2
2#82E1C0
3#5ED8AE
4#3BCF9B
5#2BB383
6#238F69
7#1A6B4F
8#114734
9#09241A
Tints
Lighter variations
1#CFF3E7
2#D4F5E9
3#DAF6EC
4#DFF7EF
5#E4F9F1
6#EAFAF4
7#EFFBF7
8#F4FCFA
9#FAFEFC
Tones
Muted variations
1#CCF0E3
2#CEEEE3
3#D0ECE2
4#D2EAE1
5#D4E8E1
6#D6E6E0
7#D8E4E0
8#DAE2DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E2F8F0;
--lavender-200: #CAF2E4;
--lavender-300: #A1E8CF;
--lavender-400: #6FDCB6;
--lavender-500: #46D2A1;
--lavender-600: #2CB585;
--lavender-700: #23906A;
--lavender-800: #19674B;
--lavender-900: #104230;
--lavender-950: #0A291E;
}