Lavender
#CAF2E6
GreenColor Codes
All color formats for development
HEX
#CAF2E6RGB
rgb(202, 242, 230)HSL
hsl(162, 61%, 87%)OKLCH
oklch(0.929 0.044 175.2)CMYK
cmyk(17%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9D5
2#82E1C4
3#5ED8B4
4#3BCFA3
5#2BB38A
6#238F6E
7#1A6B53
8#114737
9#09241C
Tints
Lighter variations
1#CFF3E8
2#D4F5EB
3#DAF6ED
4#DFF7F0
5#E4F9F2
6#EAFAF5
7#EFFBF7
8#F4FCFA
9#FAFEFC
Tones
Muted variations
1#CCF0E5
2#CEEEE4
3#D0ECE4
4#D2EAE3
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 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E2F8F2;
--lavender-200: #CAF2E6;
--lavender-300: #A1E8D3;
--lavender-400: #6FDCBC;
--lavender-500: #46D2A8;
--lavender-600: #2CB58C;
--lavender-700: #23906F;
--lavender-800: #19674F;
--lavender-900: #104233;
--lavender-950: #0A2920;
}