Lavender
#DDE2FD
BlueColor Codes
All color formats for development
HEX
#DDE2FDRGB
rgb(221, 226, 253)HSL
hsl(231, 89%, 93%)OKLCH
oklch(0.917 0.037 277.3)CMYK
cmyk(13%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BCFA
2#8495F8
3#576FF5
4#2A48F3
5#0D2DE0
6#0A24B3
7#081B86
8#05125A
9#03092D
Tints
Lighter variations
1#E1E5FD
2#E4E8FD
3#E7EBFE
4#EBEEFE
5#EEF1FE
6#F2F3FE
7#F5F6FE
8#F8F9FF
9#FCFCFF
Tones
Muted variations
1#DFE3FB
2#E0E4FA
3#E2E5F8
4#E4E6F7
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 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A0 #90A0F9 | BordersInactive statesPlaceholder text |
| 400 | 566E #566EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2645 #2645F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C2A #0C2AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A22 #0A22A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0718 #071878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE2FD;
--lavender-200: #C0C9FB;
--lavender-300: #90A0F9;
--lavender-400: #566EF5;
--lavender-500: #2645F2;
--lavender-600: #0C2AD4;
--lavender-700: #0A22A9;
--lavender-800: #071878;
--lavender-900: #040F4D;
--lavender-950: #030A30;
}