Lavender
#CAF2DF
GreenColor Codes
All color formats for development
HEX
#CAF2DFRGB
rgb(202, 242, 223)HSL
hsl(152, 61%, 87%)OKLCH
oklch(0.928 0.049 165)CMYK
cmyk(17%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9CA
2#82E1B5
3#5ED89F
4#3BCF8A
5#2BB373
6#238F5C
7#1A6B45
8#11472E
9#092417
Tints
Lighter variations
1#CFF3E2
2#D4F5E6
3#DAF6E9
4#DFF7EC
5#E4F9EF
6#EAFAF2
7#EFFBF5
8#F4FCF9
9#FAFEFC
Tones
Muted variations
1#CCF0DF
2#CEEEDF
3#D0ECDF
4#D2EADF
5#D4E8DF
6#D6E6DE
7#D8E4DE
8#DAE2DE
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA9 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D291 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB575 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196742 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E2F8EE;
--lavender-200: #CAF2DF;
--lavender-300: #A1E8C7;
--lavender-400: #6FDCA9;
--lavender-500: #46D291;
--lavender-600: #2CB575;
--lavender-700: #23905D;
--lavender-800: #196742;
--lavender-900: #10422A;
--lavender-950: #0A291B;
}