Lavender
#CCF0E9
CyanColor Codes
All color formats for development
HEX
#CCF0E9RGB
rgb(204, 240, 233)HSL
hsl(168, 55%, 87%)OKLCH
oklch(0.927 0.039 182.4)CMYK
cmyk(15%, 0%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6DA
2#87DCCB
3#64D2BC
4#42C8AD
5#32AC94
6#288A76
7#1E6759
8#14453B
9#0A221E
Tints
Lighter variations
1#D1F2EB
2#D6F3ED
3#DBF5EF
4#E0F6F2
5#E5F8F4
6#EAF9F6
7#F0FBF8
8#F5FCFB
9#FAFEFD
Tones
Muted variations
1#CDEEE8
2#CFECE7
3#D1EBE6
4#D3E9E4
5#D5E7E3
6#D7E5E2
7#D8E3E1
8#DAE1E0
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D8 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C3 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F36 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E3F7F3;
--lavender-200: #CCF0E9;
--lavender-300: #A4E5D8;
--lavender-400: #75D7C3;
--lavender-500: #4DCBB2;
--lavender-600: #32AE95;
--lavender-700: #288A77;
--lavender-800: #1D6355;
--lavender-900: #123F36;
--lavender-950: #0B2822;
}