Lavender
#CCF0E5
GreenColor Codes
All color formats for development
HEX
#CCF0E5RGB
rgb(204, 240, 229)HSL
hsl(162, 55%, 87%)OKLCH
oklch(0.926 0.04 175)CMYK
cmyk(15%, 0%, 5%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6D4
2#87DCC3
3#64D2B1
4#42C8A0
5#32AC87
6#288A6C
7#1E6751
8#144536
9#0A221B
Tints
Lighter variations
1#D1F2E8
2#D6F3EA
3#DBF5ED
4#E0F6EF
5#E5F8F2
6#EAF9F5
7#F0FBF7
8#F5FCFA
9#FAFEFC
Tones
Muted variations
1#CDEEE4
2#CFECE4
3#D1EBE3
4#D3E9E2
5#D5E7E1
6#D7E5E1
7#D8E3E0
8#DAE1DF
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D634E | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E3F7F1;
--lavender-200: #CCF0E5;
--lavender-300: #A4E5D1;
--lavender-400: #75D7B9;
--lavender-500: #4DCBA5;
--lavender-600: #32AE89;
--lavender-700: #288A6D;
--lavender-800: #1D634E;
--lavender-900: #123F32;
--lavender-950: #0B281F;
}