Lavender
#DAC0FB
PurpleColor Codes
All color formats for development
HEX
#DAC0FBRGB
rgb(218, 192, 251)HSL
hsl(266, 88%, 87%)OKLCH
oklch(0.849 0.085 304.7)CMYK
cmyk(13%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C197F8
2#A86DF6
3#9044F3
4#771AF0
5#620DD1
6#4E0BA7
7#3B087D
8#270553
9#14032A
Tints
Lighter variations
1#DEC7FB
2#E1CDFC
3#E5D3FC
4#E9DAFD
5#ECE0FD
6#F0E6FD
7#F4ECFE
8#F8F3FE
9#FBF9FF
Tones
Muted variations
1#DAC4F8
2#DBC7F5
3#DBC9F2
4#DCCCEF
5#DCCFEC
6#DCD2EA
7#DDD5E7
8#DDD8E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EBDDFD;
--lavender-200: #DAC1FB;
--lavender-300: #BD91F8;
--lavender-400: #9B57F4;
--lavender-500: #7F27F1;
--lavender-600: #630DD3;
--lavender-700: #4F0BA8;
--lavender-800: #380878;
--lavender-900: #24054D;
--lavender-950: #170330;
}