Lavender
#CCE0F0
BlueColor Codes
All color formats for development
HEX
#CCE0F0RGB
rgb(204, 224, 240)HSL
hsl(207, 55%, 87%)OKLCH
oklch(0.897 0.031 242)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9CBE6
2#87B6DC
3#64A1D2
4#428CC8
5#3275AC
6#285E8A
7#1E4667
8#142F45
9#0A1722
Tints
Lighter variations
1#D1E3F2
2#D6E6F3
3#DBE9F5
4#E0ECF6
5#E5EFF8
6#EAF2F9
7#F0F6FB
8#F5F9FC
9#FAFCFE
Tones
Muted variations
1#CDDFEE
2#CFDFEC
3#D1DFEB
4#D3DFE9
5#D5DFE7
6#D7DFE5
7#D8DEE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 75AB #75ABD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D93 #4D93CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3276 #3276AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285E #285E8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D43 #1D4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E3EEF7;
--lavender-200: #CCE0F0;
--lavender-300: #A4C8E5;
--lavender-400: #75ABD7;
--lavender-500: #4D93CB;
--lavender-600: #3276AE;
--lavender-700: #285E8A;
--lavender-800: #1D4363;
--lavender-900: #122B3F;
--lavender-950: #0B1B28;
}