Lavender
#DFDCFE
BlueColor Codes
All color formats for development
HEX
#DFDCFERGB
rgb(223, 220, 254)HSL
hsl(245, 94%, 93%)OKLCH
oklch(0.907 0.046 289.5)CMYK
cmyk(12%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5AEFD
2#8B80FB
3#6052FA
4#3624F8
5#1A07E6
6#1506B8
7#0F048A
8#0A035C
9#05012E
Tints
Lighter variations
1#E2E0FE
2#E6E3FE
3#E9E7FE
4#ECEAFE
5#EFEEFE
6#F2F1FF
7#F5F5FF
8#F9F8FF
9#FCFCFF
Tones
Muted variations
1#E1DEFC
2#E2E0FB
3#E3E1F9
4#E5E3F7
5#E6E5F6
6#E8E6F4
7#E9E8F2
8#EAEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F0FF;
--lavender-100: #DFDCFE;
--lavender-200: #C4BFFD;
--lavender-300: #968DFB;
--lavender-400: #6052FA;
--lavender-500: #3220F8;
--lavender-600: #1807DA;
--lavender-700: #1305AD;
--lavender-800: #0E047C;
--lavender-900: #09024F;
--lavender-950: #060231;
}