Lavender
#DDC1FB
PurpleColor Codes
All color formats for development
HEX
#DDC1FBRGB
rgb(221, 193, 251)HSL
hsl(269, 88%, 87%)OKLCH
oklch(0.854 0.084 306.6)CMYK
cmyk(12%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C697F8
2#AF6DF6
3#9844F3
4#821AF0
5#6C0DD1
6#560BA7
7#41087D
8#2B0553
9#16032A
Tints
Lighter variations
1#E0C7FB
2#E4CDFC
3#E7D3FC
4#EBDAFD
5#EEE0FD
6#F1E6FD
7#F5ECFE
8#F8F3FE
9#FCF9FF
Tones
Muted variations
1#DDC4F8
2#DDC7F5
3#DDC9F2
4#DDCCEF
5#DDCFEC
6#DDD2EA
7#DED5E7
8#DED8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #EDDDFD;
--lavender-200: #DDC1FB;
--lavender-300: #C391F8;
--lavender-400: #A357F4;
--lavender-500: #8927F1;
--lavender-600: #6D0DD3;
--lavender-700: #570BA8;
--lavender-800: #3E0878;
--lavender-900: #28054D;
--lavender-950: #190330;
}