Lavender
#CFD0EC
BlueColor Codes
All color formats for development
HEX
#CFD0ECRGB
rgb(207, 208, 236)HSL
hsl(238, 43%, 87%)OKLCH
oklch(0.866 0.039 283.9)CMYK
cmyk(12%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B1DF
2#9092D3
3#7073C6
4#5154BA
5#3F429F
6#33357F
7#26285F
8#191B3F
9#0D0D20
Tints
Lighter variations
1#D4D5EE
2#D9DAF0
3#DEDEF2
4#E3E3F4
5#E7E8F6
6#ECECF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D1D2EB
2#D2D3E9
3#D4D5E8
4#D5D6E6
5#D7D7E5
6#D8D9E4
7#DADAE2
8#DBDBE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7F82 #7F82CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5E #5B5EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4043 #4043A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3335 #333580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183A | 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: #E5E6F5;
--lavender-200: #D0D1EC;
--lavender-300: #ABADDE;
--lavender-400: #7F82CC;
--lavender-500: #5B5EBE;
--lavender-600: #4043A0;
--lavender-700: #333580;
--lavender-800: #24265B;
--lavender-900: #17183A;
--lavender-950: #0F0F24;
}