Lavender
#CFCFEC
BlueColor Codes
All color formats for development
HEX
#CFCFECRGB
rgb(207, 207, 236)HSL
hsl(240, 43%, 87%)OKLCH
oklch(0.864 0.04 285.5)CMYK
cmyk(12%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B0DF
2#9090D3
3#7070C6
4#5151BA
5#3F3F9F
6#33337F
7#26265F
8#19193F
9#0D0D20
Tints
Lighter variations
1#D4D4EE
2#D9D9F0
3#DEDEF2
4#E3E3F4
5#E7E7F6
6#ECECF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D1D1EB
2#D2D2E9
3#D4D4E8
4#D5D5E6
5#D7D7E5
6#D8D8E4
7#DADAE2
8#DBDBE1
9#DCDCDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7F7F #7F7FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5B #5B5BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4040 #4040A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3333 #333380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E5F5;
--lavender-200: #D0D0EC;
--lavender-300: #ABABDE;
--lavender-400: #7F7FCC;
--lavender-500: #5B5BBE;
--lavender-600: #4040A0;
--lavender-700: #333380;
--lavender-800: #24245B;
--lavender-900: #17173A;
--lavender-950: #0F0F24;
}