Lavender
#CAF2E5
GreenColor Codes
All color formats for development
HEX
#CAF2E5RGB
rgb(202, 242, 229)HSL
hsl(161, 61%, 87%)OKLCH
oklch(0.929 0.045 173.6)CMYK
cmyk(17%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9D4
2#82E1C3
3#5ED8B2
4#3BCFA0
5#2BB388
6#238F6D
7#1A6B51
8#114736
9#09241B
Tints
Lighter variations
1#CFF3E8
2#D4F5EA
3#DAF6ED
4#DFF7F0
5#E4F9F2
6#EAFAF5
7#EFFBF7
8#F4FCFA
9#FAFEFC
Tones
Muted variations
1#CCF0E5
2#CEEEE4
3#D0ECE3
4#D2EAE2
5#D4E8E2
6#D6E6E1
7#D8E4E0
8#DAE2DF
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E2F8F1;
--lavender-200: #CAF2E5;
--lavender-300: #A1E8D1;
--lavender-400: #6FDCBA;
--lavender-500: #46D2A6;
--lavender-600: #2CB589;
--lavender-700: #23906D;
--lavender-800: #19674E;
--lavender-900: #104232;
--lavender-950: #0A291F;
}