Lavender
#CCF0E6
GreenColor Codes
All color formats for development
HEX
#CCF0E6RGB
rgb(204, 240, 230)HSL
hsl(163, 55%, 87%)OKLCH
oklch(0.927 0.04 176.8)CMYK
cmyk(15%, 0%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6D5
2#87DCC4
3#64D2B3
4#42C8A2
5#32AC89
6#288A6E
7#1E6752
8#144537
9#0A221B
Tints
Lighter variations
1#D1F2E8
2#D6F3EB
3#DBF5ED
4#E0F6F0
5#E5F8F2
6#EAF9F5
7#F0FBF7
8#F5FCFA
9#FAFEFC
Tones
Muted variations
1#CDEEE5
2#CFECE4
3#D1EBE3
4#D3E9E3
5#D5E7E2
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 #CCF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D634F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E3F7F1;
--lavender-200: #CCF0E6;
--lavender-300: #A4E5D2;
--lavender-400: #75D7BB;
--lavender-500: #4DCBA8;
--lavender-600: #32AE8B;
--lavender-700: #288A6F;
--lavender-800: #1D634F;
--lavender-900: #123F33;
--lavender-950: #0B2820;
}