Lavender
#DBC3F9
PurpleColor Codes
All color formats for development
HEX
#DBC3F9RGB
rgb(219, 195, 249)HSL
hsl(267, 82%, 87%)OKLCH
oklch(0.855 0.078 305)CMYK
cmyk(12%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C39AF5
2#AB72F1
3#934AED
4#7B21E9
5#6614CA
6#5110A2
7#3D0C79
8#290851
9#140428
Tints
Lighter variations
1#DFC9FA
2#E2CFFA
3#E6D5FB
4#E9DBFB
5#EDE1FC
6#F1E7FD
7#F4EDFD
8#F8F3FE
9#FBF9FE
Tones
Muted variations
1#DBC5F6
2#DCC8F4
3#DCCBF1
4#DCCEEE
5#DCD0EB
6#DDD3E9
7#DDD6E6
8#DDD8E3
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC3 #DBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C094 #C094F4 | BordersInactive statesPlaceholder text |
| 400 | 9E5D #9E5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 832E #832EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6714 #6714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5210 #5210A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0B #3B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #ECDFFC;
--lavender-200: #DBC3F9;
--lavender-300: #C094F4;
--lavender-400: #9E5DEF;
--lavender-500: #832EEA;
--lavender-600: #6714CC;
--lavender-700: #5210A2;
--lavender-800: #3B0B74;
--lavender-900: #25074A;
--lavender-950: #17052E;
}