Lavender
#CCF0E7
CyanColor Codes
All color formats for development
HEX
#CCF0E7RGB
rgb(204, 240, 231)HSL
hsl(165, 55%, 87%)OKLCH
oklch(0.927 0.039 178.6)CMYK
cmyk(15%, 0%, 4%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6D7
2#87DCC7
3#64D2B7
4#42C8A7
5#32AC8D
6#288A71
7#1E6755
8#144539
9#0A221C
Tints
Lighter variations
1#D1F2E9
2#D6F3EC
3#DBF5EE
4#E0F6F1
5#E5F8F3
6#EAF9F5
7#F0FBF8
8#F5FCFA
9#FAFEFD
Tones
Muted variations
1#CDEEE6
2#CFECE5
3#D1EBE4
4#D3E9E3
5#D5E7E2
6#D7E5E1
7#D8E3E1
8#DAE1E0
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BE | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E3F7F2;
--lavender-200: #CCF0E7;
--lavender-300: #A4E5D4;
--lavender-400: #75D7BE;
--lavender-500: #4DCBAC;
--lavender-600: #32AE8F;
--lavender-700: #288A72;
--lavender-800: #1D6351;
--lavender-900: #123F34;
--lavender-950: #0B2821;
}