Lavender
#DFE2FC
BlueColor Codes
All color formats for development
HEX
#DFE2FCRGB
rgb(223, 226, 252)HSL
hsl(234, 83%, 93%)OKLCH
oklch(0.918 0.035 280.4)CMYK
cmyk(12%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3BAF8
2#8892F4
3#5C6BF0
4#3143EC
5#1428D9
6#1020AE
7#0C1882
8#081057
9#04082B
Tints
Lighter variations
1#E2E4FC
2#E5E7FD
3#E8EAFD
4#EBEDFD
5#EFF0FD
6#F2F3FE
7#F5F6FE
8#F8F9FE
9#FCFCFF
Tones
Muted variations
1#E0E2FA
2#E1E4F9
3#E3E5F8
4#E4E6F6
5#E6E7F5
6#E7E8F3
7#E9EAF2
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949D #949DF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6A #5C6AF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D40 #2D40EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1326 #1326CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1E #0F1EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B15 #0B1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070E #070E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DEE1FC;
--lavender-200: #C2C8F9;
--lavender-300: #949DF5;
--lavender-400: #5C6AF0;
--lavender-500: #2D40EB;
--lavender-600: #1326CD;
--lavender-700: #0F1EA3;
--lavender-800: #0B1575;
--lavender-900: #070E4B;
--lavender-950: #04092F;
}