Lavender
#CCF0EF
CyanColor Codes
All color formats for development
HEX
#CCF0EFRGB
rgb(204, 240, 239)HSL
hsl(178, 55%, 87%)OKLCH
oklch(0.929 0.037 194.5)CMYK
cmyk(15%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6E4
2#87DCD9
3#64D2CE
4#42C8C4
5#32ACA8
6#288A86
7#1E6765
8#144543
9#0A2222
Tints
Lighter variations
1#D1F2F0
2#D6F3F2
3#DBF5F4
4#E0F6F5
5#E5F8F7
6#EAF9F9
7#F0FBFA
8#F5FCFC
9#FAFEFD
Tones
Muted variations
1#CDEEED
2#CFECEB
3#D1EBEA
4#D3E9E8
5#D5E7E6
6#D7E5E5
7#D8E3E3
8#DAE1E1
9#DCE0E0
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 #CCF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E3F7F6;
--lavender-200: #CCF0EF;
--lavender-300: #A4E5E2;
--lavender-400: #75D7D4;
--lavender-500: #4DCBC7;
--lavender-600: #32AEAA;
--lavender-700: #288A87;
--lavender-800: #1D6360;
--lavender-900: #123F3E;
--lavender-950: #0B2827;
}