Lavender
#CAF2E7
GreenColor Codes
All color formats for development
HEX
#CAF2E7RGB
rgb(202, 242, 231)HSL
hsl(164, 61%, 87%)OKLCH
oklch(0.93 0.044 176.8)CMYK
cmyk(17%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9D7
2#82E1C8
3#5ED8B8
4#3BCFA8
5#2BB38F
6#238F72
7#1A6B56
8#114739
9#09241D
Tints
Lighter variations
1#CFF3EA
2#D4F5EC
3#DAF6EE
4#DFF7F1
5#E4F9F3
6#EAFAF6
7#EFFBF8
8#F4FCFA
9#FAFEFD
Tones
Muted variations
1#CCF0E6
2#CEEEE5
3#D0ECE4
4#D2EAE4
5#D4E8E3
6#D6E6E2
7#D8E4E1
8#DAE2E0
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E2F8F2;
--lavender-200: #CAF2E7;
--lavender-300: #A1E8D5;
--lavender-400: #6FDCBF;
--lavender-500: #46D2AD;
--lavender-600: #2CB590;
--lavender-700: #239073;
--lavender-800: #196752;
--lavender-900: #104234;
--lavender-950: #0A2921;
}