Lavender
#DFDFFB
BlueColor Codes
All color formats for development
HEX
#DFDFFBRGB
rgb(223, 223, 251)HSL
hsl(240, 78%, 93%)OKLCH
oklch(0.912 0.038 285.6)CMYK
cmyk(11%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B5F6
2#8B8BF1
3#6161EB
4#3636E6
5#1A1AD3
6#1515A9
7#10107F
8#0A0A54
9#05052A
Tints
Lighter variations
1#E2E2FB
2#E6E6FC
3#E9E9FC
4#ECECFD
5#EFEFFD
6#F2F2FD
7#F5F5FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E1FA
2#E2E2F8
3#E3E3F7
4#E5E5F6
5#E6E6F4
6#E8E8F3
7#E9E9F1
8#EAEAF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FD;
--lavender-100: #DFDFFB;
--lavender-200: #C4C4F8;
--lavender-300: #9797F2;
--lavender-400: #6060EB;
--lavender-500: #3333E6;
--lavender-600: #1919C8;
--lavender-700: #14149F;
--lavender-800: #0E0E71;
--lavender-900: #090949;
--lavender-950: #06062D;
}