Lavender
#CCECF0
CyanColor Codes
All color formats for development
HEX
#CCECF0RGB
rgb(204, 236, 240)HSL
hsl(187, 55%, 87%)OKLCH
oklch(0.921 0.034 205.8)CMYK
cmyk(15%, 2%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9DFE6
2#87D2DC
3#64C5D2
4#42B9C8
5#329EAC
6#287E8A
7#1E5F67
8#143F45
9#0A2022
Tints
Lighter variations
1#D1EEF2
2#D6F0F3
3#DBF2F5
4#E0F3F6
5#E5F5F8
6#EAF7F9
7#F0F9FB
8#F5FBFC
9#FAFDFE
Tones
Muted variations
1#CDEAEE
2#CFE9EC
3#D1E8EB
4#D3E6E9
5#D5E5E7
6#D7E3E5
7#D8E2E3
8#DAE1E1
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DD #A4DDE5 | BordersInactive statesPlaceholder text |
| 400 | 75CB #75CBD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBD #4DBDCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A0 #32A0AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287F #287F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5B #1D5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FBFC;
--lavender-100: #E3F5F7;
--lavender-200: #CCECF0;
--lavender-300: #A4DDE5;
--lavender-400: #75CBD7;
--lavender-500: #4DBDCB;
--lavender-600: #32A0AE;
--lavender-700: #287F8A;
--lavender-800: #1D5B63;
--lavender-900: #123A3F;
--lavender-950: #0B2428;
}