Lavender
#DAC2F9
PurpleColor Codes
All color formats for development
HEX
#DAC2F9RGB
rgb(218, 194, 249)HSL
hsl(266, 82%, 87%)OKLCH
oklch(0.852 0.079 304.6)CMYK
cmyk(12%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C29AF5
2#A972F1
3#904AED
4#7821E9
5#6314CA
6#4F10A2
7#3B0C79
8#280851
9#140428
Tints
Lighter variations
1#DEC9FA
2#E2CFFA
3#E5D5FB
4#E9DBFB
5#EDE1FC
6#F0E7FD
7#F4EDFD
8#F8F3FE
9#FBF9FE
Tones
Muted variations
1#DBC5F6
2#DBC8F4
3#DBCBF1
4#DCCEEE
5#DCD0EB
6#DCD3E9
7#DDD6E6
8#DDD8E3
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F4 | BordersInactive statesPlaceholder text |
| 400 | 9C5D #9C5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 802E #802EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6414 #6414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F10 #4F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #EBDFFC;
--lavender-200: #DAC3F9;
--lavender-300: #BE94F4;
--lavender-400: #9C5DEF;
--lavender-500: #802EEA;
--lavender-600: #6414CC;
--lavender-700: #4F10A2;
--lavender-800: #390B74;
--lavender-900: #24074A;
--lavender-950: #17052E;
}