Lavender
#DFDFFC
BlueColor Codes
All color formats for development
HEX
#DFDFFCRGB
rgb(223, 223, 252)HSL
hsl(240, 83%, 93%)OKLCH
oklch(0.913 0.039 285.6)CMYK
cmyk(12%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3B3F8
2#8888F4
3#5C5CF0
4#3131EC
5#1414D9
6#1010AE
7#0C0C82
8#080857
9#04042B
Tints
Lighter variations
1#E2E2FC
2#E5E5FD
3#E8E8FD
4#EBEBFD
5#EFEFFD
6#F2F2FE
7#F5F5FE
8#F8F8FE
9#FCFCFF
Tones
Muted variations
1#E0E0FA
2#E1E1F9
3#E3E3F8
4#E4E4F6
5#E6E6F5
6#E7E7F3
7#E9E9F2
8#EAEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5C #5C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D2D #2D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1313 #1313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F0F #0F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DEDEFC;
--lavender-200: #C2C2F9;
--lavender-300: #9494F5;
--lavender-400: #5C5CF0;
--lavender-500: #2D2DEB;
--lavender-600: #1313CD;
--lavender-700: #0F0FA3;
--lavender-800: #0B0B75;
--lavender-900: #07074B;
--lavender-950: #04042F;
}