Lavender
#CCCDF0
BlueColor Codes
All color formats for development
HEX
#CCCDF0RGB
rgb(204, 205, 240)HSL
hsl(238, 55%, 87%)OKLCH
oklch(0.859 0.048 284)CMYK
cmyk(15%, 15%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9ABE6
2#878ADC
3#6468D2
4#4247C8
5#3236AC
6#282B8A
7#1E2067
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#CFD0EC
3#D1D2EB
4#D3D4E9
5#D5D5E7
6#D7D7E5
7#D8D9E3
8#DADAE1
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A6 #A4A6E5 | BordersInactive statesPlaceholder text |
| 400 | 7578 #7578D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D51 #4D51CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3237 #3237AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 282B #282B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1F #1D1F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #12143F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E3E4F7;
--lavender-200: #CCCDF0;
--lavender-300: #A4A6E5;
--lavender-400: #7578D7;
--lavender-500: #4D51CB;
--lavender-600: #3237AE;
--lavender-700: #282B8A;
--lavender-800: #1D1F63;
--lavender-900: #12143F;
--lavender-950: #0B0C28;
}