Lavender
#DFE4FC
BlueColor Codes
All color formats for development
HEX
#DFE4FCRGB
rgb(223, 228, 252)HSL
hsl(230, 83%, 93%)OKLCH
oklch(0.922 0.033 276.4)CMYK
cmyk(12%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3BEF8
2#889AF4
3#5C75F0
4#3150EC
5#1435D9
6#102AAE
7#0C2082
8#081557
9#040B2B
Tints
Lighter variations
1#E2E6FC
2#E5E9FD
3#E8ECFD
4#EBEEFD
5#EFF1FD
6#F2F4FE
7#F5F7FE
8#F8F9FE
9#FCFCFF
Tones
Muted variations
1#E0E4FA
2#E1E5F9
3#E3E6F8
4#E4E7F6
5#E6E8F5
6#E7E9F3
7#E9EAF2
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 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F5 | BordersInactive statesPlaceholder text |
| 400 | 5C74 #5C74F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4D #2D4DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1332 #1332CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F28 #0F28A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1C #0B1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DEE3FC;
--lavender-200: #C2CCF9;
--lavender-300: #94A4F5;
--lavender-400: #5C74F0;
--lavender-500: #2D4DEB;
--lavender-600: #1332CD;
--lavender-700: #0F28A3;
--lavender-800: #0B1C75;
--lavender-900: #07124B;
--lavender-950: #040B2F;
}