Lavender
#CCCEF0
BlueColor Codes
All color formats for development
HEX
#CCCEF0RGB
rgb(204, 206, 240)HSL
hsl(237, 55%, 87%)OKLCH
oklch(0.861 0.047 282.7)CMYK
cmyk(15%, 14%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9ACE6
2#878BDC
3#646AD2
4#4249C8
5#3238AC
6#282D8A
7#1E2267
8#141645
9#0A0B22
Tints
Lighter variations
1#D1D2F2
2#D6D7F3
3#DBDCF5
4#E0E1F6
5#E5E6F8
6#EAEBF9
7#F0F0FB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDCFEE
2#CFD1EC
3#D1D2EB
4#D3D4E9
5#D5D6E7
6#D7D7E5
7#D8D9E3
8#DADBE1
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 757A #757AD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D53 #4D53CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3239 #3239AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 282D #282D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D20 #1D2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1215 #12153F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E3E4F7;
--lavender-200: #CCCDF0;
--lavender-300: #A4A7E5;
--lavender-400: #757AD7;
--lavender-500: #4D53CB;
--lavender-600: #3239AE;
--lavender-700: #282D8A;
--lavender-800: #1D2063;
--lavender-900: #12153F;
--lavender-950: #0B0D28;
}