Lavender
#CCF0EE
CyanColor Codes
All color formats for development
HEX
#CCF0EERGB
rgb(204, 240, 238)HSL
hsl(177, 55%, 87%)OKLCH
oklch(0.929 0.037 192.4)CMYK
cmyk(15%, 0%, 1%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6E3
2#87DCD8
3#64D2CD
4#42C8C1
5#32ACA6
6#288A85
7#1E6763
8#144542
9#0A2221
Tints
Lighter variations
1#D1F2F0
2#D6F3F2
3#DBF5F3
4#E0F6F5
5#E5F8F7
6#EAF9F8
7#F0FBFA
8#F5FCFC
9#FAFEFD
Tones
Muted variations
1#CDEEED
2#CFECEB
3#D1EBE9
4#D3E9E8
5#D5E7E6
6#D7E5E4
7#D8E3E3
8#DAE1E1
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E3F7F6;
--lavender-200: #CCF0EE;
--lavender-300: #A4E5E1;
--lavender-400: #75D7D2;
--lavender-500: #4DCBC5;
--lavender-600: #32AEA8;
--lavender-700: #288A85;
--lavender-800: #1D635F;
--lavender-900: #123F3D;
--lavender-950: #0B2826;
}