Lavender
#DEE0FD
BlueColor Codes
All color formats for development
HEX
#DEE0FDRGB
rgb(222, 224, 253)HSL
hsl(236, 89%, 93%)OKLCH
oklch(0.914 0.039 282.5)CMYK
cmyk(12%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B5FA
2#848BF8
3#5761F5
4#2A37F3
5#0D1BE0
6#0A16B3
7#081086
8#050B5A
9#03052D
Tints
Lighter variations
1#E1E3FD
2#E4E6FD
3#E7E9FE
4#EBECFE
5#EEEFFE
6#F2F2FE
7#F5F6FE
8#F8F9FF
9#FCFCFF
Tones
Muted variations
1#DFE1FB
2#E0E2FA
3#E2E4F8
4#E4E5F7
5#E5E6F5
6#E7E8F4
7#E8E9F2
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 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5661 #5661F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2634 #2634F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C1A #0C1AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A14 #0A14A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 070F #070F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DDDFFD;
--lavender-200: #C0C4FB;
--lavender-300: #9097F9;
--lavender-400: #5661F5;
--lavender-500: #2634F2;
--lavender-600: #0C1AD4;
--lavender-700: #0A14A9;
--lavender-800: #070F78;
--lavender-900: #04094D;
--lavender-950: #030630;
}