Lavender
#DEE5FD
BlueColor Codes
All color formats for development
HEX
#DEE5FDRGB
rgb(222, 229, 253)HSL
hsl(226, 89%, 93%)OKLCH
oklch(0.924 0.033 272.8)CMYK
cmyk(12%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C2FA
2#849FF8
3#577CF5
4#2A59F3
5#0D3EE0
6#0A32B3
7#082586
8#05195A
9#030C2D
Tints
Lighter variations
1#E1E7FD
2#E4EAFD
3#E7EDFE
4#EBEFFE
5#EEF2FE
6#F2F4FE
7#F5F7FE
8#F8FAFF
9#FCFCFF
Tones
Muted variations
1#DFE6FB
2#E0E6FA
3#E2E7F8
4#E4E8F7
5#E5E9F5
6#E7EAF4
7#E8EBF2
8#EAEBF0
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 | C0CE #C0CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A9 #90A9F9 | BordersInactive statesPlaceholder text |
| 400 | 567B #567BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2656 #2656F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3B #0C3BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2F #0A2FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0721 #072178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154D | 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: #F1F4FE;
--lavender-100: #DDE5FD;
--lavender-200: #C0CEFB;
--lavender-300: #90A9F9;
--lavender-400: #567BF5;
--lavender-500: #2656F2;
--lavender-600: #0C3BD4;
--lavender-700: #0A2FA9;
--lavender-800: #072178;
--lavender-900: #04154D;
--lavender-950: #030D30;
}