Lavender
#DDE3FD
BlueColor Codes
All color formats for development
HEX
#DDE3FDRGB
rgb(221, 227, 253)HSL
hsl(229, 89%, 93%)OKLCH
oklch(0.919 0.036 275.4)CMYK
cmyk(13%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BEFA
2#8499F8
3#5774F5
4#2A4FF3
5#0D34E0
6#0A29B3
7#081F86
8#05155A
9#030A2D
Tints
Lighter variations
1#E1E6FD
2#E4E9FD
3#E7EBFE
4#EBEEFE
5#EEF1FE
6#F2F4FE
7#F5F7FE
8#F8F9FF
9#FCFCFF
Tones
Muted variations
1#DFE4FB
2#E0E5FA
3#E2E6F8
4#E4E7F7
5#E5E8F5
6#E7E9F4
7#E8EAF2
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5673 #5673F5 | Disabled statesSecondary iconsMuted text |
| 500 | 264C #264CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C31 #0C31D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A27 #0A27A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 071C #071C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE3FD;
--lavender-200: #C0CBFB;
--lavender-300: #90A3F9;
--lavender-400: #5673F5;
--lavender-500: #264CF2;
--lavender-600: #0C31D4;
--lavender-700: #0A27A9;
--lavender-800: #071C78;
--lavender-900: #04124D;
--lavender-950: #030B30;
}