Lavender
#CAF2E3
GreenColor Codes
All color formats for development
HEX
#CAF2E3RGB
rgb(202, 242, 227)HSL
hsl(158, 61%, 87%)OKLCH
oklch(0.929 0.046 170.6)CMYK
cmyk(17%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9D1
2#82E1BE
3#5ED8AC
4#3BCF99
5#2BB381
6#238F67
7#1A6B4D
8#114734
9#09241A
Tints
Lighter variations
1#CFF3E6
2#D4F5E9
3#DAF6EC
4#DFF7EE
5#E4F9F1
6#EAFAF4
7#EFFBF7
8#F4FCF9
9#FAFEFC
Tones
Muted variations
1#CCF0E3
2#CEEEE2
3#D0ECE2
4#D2EAE1
5#D4E8E1
6#D6E6E0
7#D8E4DF
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 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | 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: #CAF2E3;
--lavender-300: #A1E8CE;
--lavender-400: #6FDCB4;
--lavender-500: #46D29F;
--lavender-600: #2CB582;
--lavender-700: #239068;
--lavender-800: #19674A;
--lavender-900: #10422F;
--lavender-950: #0A291E;
}