Lavender
#D6C2FA
PurpleColor Codes
All color formats for development
HEX
#D6C2FARGB
rgb(214, 194, 250)HSL
hsl(261, 85%, 87%)OKLCH
oklch(0.849 0.08 301.1)CMYK
cmyk(14%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA99F7
2#9E70F3
3#8247F0
4#661EED
5#5311CD
6#420DA4
7#320A7B
8#210752
9#110329
Tints
Lighter variations
1#DAC8FB
2#DECEFB
3#E2D4FC
4#E6DAFC
5#EAE0FD
6#EEE6FD
7#F3EDFE
8#F7F3FE
9#FBF9FF
Tones
Muted variations
1#D6C4F7
2#D7C7F4
3#D8CAF2
4#D9CDEF
5#DAD0EC
6#DAD3E9
7#DBD5E6
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 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B592 #B592F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5A #8F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2B #6F2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5411 #5411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420D #420DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0A #2F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E06 #1E064B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E9DEFC;
--lavender-200: #D5C2FA;
--lavender-300: #B592F6;
--lavender-400: #8F5AF2;
--lavender-500: #6F2BEE;
--lavender-600: #5411D0;
--lavender-700: #420DA5;
--lavender-800: #2F0A76;
--lavender-900: #1E064B;
--lavender-950: #13042F;
}