Lavender
#DFE1FB
BlueColor Codes
All color formats for development
HEX
#DFE1FBRGB
rgb(223, 225, 251)HSL
hsl(236, 78%, 93%)OKLCH
oklch(0.916 0.035 282.2)CMYK
cmyk(11%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B9F6
2#8B92F1
3#616AEB
4#3642E6
5#1A26D3
6#151FA9
7#10177F
8#0A0F54
9#05082A
Tints
Lighter variations
1#E2E4FB
2#E6E7FC
3#E9EAFC
4#ECEDFD
5#EFF0FD
6#F2F3FD
7#F5F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E2FA
2#E2E3F8
3#E3E5F7
4#E5E6F6
5#E6E7F4
6#E8E8F3
7#E9EAF1
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FD;
--lavender-100: #DFE1FB;
--lavender-200: #C4C7F8;
--lavender-300: #979DF2;
--lavender-400: #6069EB;
--lavender-500: #333FE6;
--lavender-600: #1924C8;
--lavender-700: #141D9F;
--lavender-800: #0E1571;
--lavender-900: #090D49;
--lavender-950: #06082D;
}