Lavender
#DFDDFD
BlueColor Codes
All color formats for development
HEX
#DFDDFDRGB
rgb(223, 221, 253)HSL
hsl(244, 89%, 93%)OKLCH
oklch(0.909 0.043 288.4)CMYK
cmyk(12%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B0FA
2#8B84F8
3#6157F5
4#372AF3
5#1B0DE0
6#160AB3
7#100886
8#0B055A
9#05032D
Tints
Lighter variations
1#E3E1FD
2#E6E4FD
3#E9E7FE
4#ECEBFE
5#EFEEFE
6#F2F2FE
7#F6F5FE
8#F9F8FF
9#FCFCFF
Tones
Muted variations
1#E1DFFB
2#E2E0FA
3#E4E2F8
4#E5E4F7
5#E6E5F5
6#E8E7F4
7#E9E8F2
8#EAEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DFDDFD;
--lavender-200: #C4C0FB;
--lavender-300: #9790F9;
--lavender-400: #6156F5;
--lavender-500: #3426F2;
--lavender-600: #1A0CD4;
--lavender-700: #140AA9;
--lavender-800: #0F0778;
--lavender-900: #09044D;
--lavender-950: #060330;
}