Lavender
#D0C1FB
PurpleColor Codes
All color formats for development
HEX
#D0C1FBRGB
rgb(208, 193, 251)HSL
hsl(256, 88%, 87%)OKLCH
oklch(0.843 0.081 296.5)CMYK
cmyk(17%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B197F8
2#926DF6
3#7244F3
4#531AF0
5#410DD1
6#340BA7
7#27087D
8#1A0553
9#0D032A
Tints
Lighter variations
1#D5C7FB
2#DACDFC
3#DED3FC
4#E3DAFD
5#E8E0FD
6#ECE6FD
7#F1ECFE
8#F6F3FE
9#FAF9FF
Tones
Muted variations
1#D2C4F8
2#D3C7F5
3#D4C9F2
4#D6CCEF
5#D7CFEC
6#D8D2EA
7#DAD5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E6DDFD;
--lavender-200: #D0C1FB;
--lavender-300: #AC91F8;
--lavender-400: #8157F4;
--lavender-500: #5D27F1;
--lavender-600: #420DD3;
--lavender-700: #350BA8;
--lavender-800: #260878;
--lavender-900: #18054D;
--lavender-950: #0F0330;
}