Lavender
#DDE4FD
BlueColor Codes
All color formats for development
HEX
#DDE4FDRGB
rgb(221, 228, 253)HSL
hsl(227, 89%, 93%)OKLCH
oklch(0.921 0.035 273.3)CMYK
cmyk(13%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C0FA
2#849DF8
3#5779F5
4#2A55F3
5#0D3BE0
6#0A2FB3
7#082386
8#05185A
9#030C2D
Tints
Lighter variations
1#E1E7FD
2#E4EAFD
3#E7ECFE
4#EBEFFE
5#EEF2FE
6#F2F4FE
7#F5F7FE
8#F8FAFF
9#FCFCFF
Tones
Muted variations
1#DFE5FB
2#E0E6FA
3#E2E7F8
4#E4E8F7
5#E5E9F5
6#E7EAF4
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 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A7 #90A7F9 | BordersInactive statesPlaceholder text |
| 400 | 5679 #5679F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2652 #2652F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C38 #0C38D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2C #0A2CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0720 #072078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE4FD;
--lavender-200: #C0CDFB;
--lavender-300: #90A7F9;
--lavender-400: #5679F5;
--lavender-500: #2652F2;
--lavender-600: #0C38D4;
--lavender-700: #0A2CA9;
--lavender-800: #072078;
--lavender-900: #04144D;
--lavender-950: #030D30;
}