Lavender
#DDE1FD
BlueColor Codes
All color formats for development
HEX
#DDE1FDRGB
rgb(221, 225, 253)HSL
hsl(233, 89%, 93%)OKLCH
oklch(0.915 0.038 279.2)CMYK
cmyk(13%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B9FA
2#8491F8
3#5769F5
4#2A41F3
5#0D26E0
6#0A1EB3
7#081786
8#050F5A
9#03082D
Tints
Lighter variations
1#E1E4FD
2#E4E7FD
3#E7EAFE
4#EBEDFE
5#EEF0FE
6#F2F3FE
7#F5F6FE
8#F8F9FF
9#FCFCFF
Tones
Muted variations
1#DFE2FB
2#E0E3FA
3#E2E5F8
4#E4E6F7
5#E5E7F5
6#E7E8F4
7#E8E9F2
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5669 #5669F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263E #263EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C24 #0C24D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1C #0A1CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0714 #071478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE1FD;
--lavender-200: #C0C7FB;
--lavender-300: #909CF9;
--lavender-400: #5669F5;
--lavender-500: #263EF2;
--lavender-600: #0C24D4;
--lavender-700: #0A1CA9;
--lavender-800: #071478;
--lavender-900: #040D4D;
--lavender-950: #030830;
}