Lavender
#D1C1FB
PurpleColor Codes
All color formats for development
HEX
#D1C1FBRGB
rgb(209, 193, 251)HSL
hsl(257, 88%, 87%)OKLCH
oklch(0.844 0.082 297.3)CMYK
cmyk(17%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B397F8
2#946DF6
3#7544F3
4#571AF0
5#450DD1
6#370BA7
7#29087D
8#1B0553
9#0E032A
Tints
Lighter variations
1#D6C7FB
2#DACDFC
3#DFD3FC
4#E4DAFD
5#E8E0FD
6#EDE6FD
7#F1ECFE
8#F6F3FE
9#FAF9FF
Tones
Muted variations
1#D2C4F8
2#D4C7F5
3#D5C9F2
4#D6CCEF
5#D8CFEC
6#D9D2EA
7#DAD5E7
8#DBD8E4
9#DDDBE1
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 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E6DDFD;
--lavender-200: #D1C1FB;
--lavender-300: #AE91F8;
--lavender-400: #8457F4;
--lavender-500: #6027F1;
--lavender-600: #450DD3;
--lavender-700: #370BA8;
--lavender-800: #270878;
--lavender-900: #19054D;
--lavender-950: #100330;
}