Lavender
#CCF0E1
GreenColor Codes
All color formats for development
HEX
#CCF0E1RGB
rgb(204, 240, 225)HSL
hsl(155, 55%, 87%)OKLCH
oklch(0.925 0.043 168.3)CMYK
cmyk(15%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6CD
2#87DCB9
3#64D2A4
4#42C890
5#32AC79
6#288A61
7#1E6749
8#144530
9#0A2218
Tints
Lighter variations
1#D1F2E4
2#D6F3E7
3#DBF5EA
4#E0F6ED
5#E5F8F0
6#EAF9F3
7#F0FBF6
8#F5FCF9
9#FAFEFC
Tones
Muted variations
1#CDEEE1
2#CFECE0
3#D1EBE0
4#D3E9E0
5#D5E7DF
6#D7E5DF
7#D8E3DF
8#DAE1DE
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7AE | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E3F7EF;
--lavender-200: #CCF0E1;
--lavender-300: #A4E5CA;
--lavender-400: #75D7AE;
--lavender-500: #4DCB97;
--lavender-600: #32AE7A;
--lavender-700: #288A61;
--lavender-800: #1D6346;
--lavender-900: #123F2D;
--lavender-950: #0B281C;
}