Lavender
#CCF0E3
GreenColor Codes
All color formats for development
HEX
#CCF0E3RGB
rgb(204, 240, 227)HSL
hsl(158, 55%, 87%)OKLCH
oklch(0.926 0.041 171.5)CMYK
cmyk(15%, 0%, 5%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6D0
2#87DCBD
3#64D2AA
4#42C897
5#32AC7F
6#288A66
7#1E674C
8#144533
9#0A2219
Tints
Lighter variations
1#D1F2E6
2#D6F3E8
3#DBF5EB
4#E0F6EE
5#E5F8F1
6#EAF9F4
7#F0FBF7
8#F5FCF9
9#FAFEFC
Tones
Muted variations
1#CDEEE2
2#CFECE2
3#D1EBE1
4#D3E9E1
5#D5E7E0
6#D7E5E0
7#D8E3DF
8#DAE1DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E3F7F0;
--lavender-200: #CCF0E3;
--lavender-300: #A4E5CD;
--lavender-400: #75D7B3;
--lavender-500: #4DCB9D;
--lavender-600: #32AE81;
--lavender-700: #288A66;
--lavender-800: #1D6349;
--lavender-900: #123F2F;
--lavender-950: #0B281D;
}