Lavender
#DDE5FD
BlueColor Codes
All color formats for development
HEX
#DDE5FDRGB
rgb(221, 229, 253)HSL
hsl(225, 89%, 93%)OKLCH
oklch(0.923 0.034 271)CMYK
cmyk(13%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C3FA
2#84A1F8
3#577EF5
4#2A5CF3
5#0D42E0
6#0A35B3
7#082786
8#051A5A
9#030D2D
Tints
Lighter variations
1#E1E8FD
2#E4EAFD
3#E7EDFE
4#EBF0FE
5#EEF2FE
6#F2F5FE
7#F5F7FE
8#F8FAFF
9#FCFCFF
Tones
Muted variations
1#DFE6FB
2#E0E7FA
3#E2E8F8
4#E4E8F7
5#E5E9F5
6#E7EAF4
7#E8EBF2
8#EAECF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 567E #567EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2659 #2659F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3E #0C3ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A32 #0A32A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0723 #072378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE5FD;
--lavender-200: #C0CFFB;
--lavender-300: #90AAF9;
--lavender-400: #567EF5;
--lavender-500: #2659F2;
--lavender-600: #0C3ED4;
--lavender-700: #0A32A9;
--lavender-800: #072378;
--lavender-900: #04174D;
--lavender-950: #030E30;
}