Lavender
#D2C1FA
PurpleColor Codes
All color formats for development
HEX
#D2C1FARGB
rgb(210, 193, 250)HSL
hsl(258, 85%, 87%)OKLCH
oklch(0.844 0.08 298.3)CMYK
cmyk(16%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B599F7
2#9770F3
3#7947F0
4#5C1EED
5#4911CD
6#3B0DA4
7#2C0A7B
8#1D0752
9#0F0329
Tints
Lighter variations
1#D7C8FB
2#DBCEFB
3#E0D4FC
4#E4DAFC
5#E9E0FD
6#EDE6FD
7#F2EDFE
8#F6F3FE
9#FBF9FF
Tones
Muted variations
1#D4C4F7
2#D5C7F4
3#D6CAF2
4#D7CDEF
5#D8D0EC
6#D9D3E9
7#DAD5E6
8#DCD8E3
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F6 | BordersInactive statesPlaceholder text |
| 400 | 875A #875AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 652B #652BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A11 #4A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0D #3B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E7DEFC;
--lavender-200: #D3C2FA;
--lavender-300: #B092F6;
--lavender-400: #875AF2;
--lavender-500: #652BEE;
--lavender-600: #4A11D0;
--lavender-700: #3B0DA5;
--lavender-800: #2A0A76;
--lavender-900: #1B064B;
--lavender-950: #11042F;
}