Lavender
#F1DDFE
PurpleColor Codes
All color formats for development
HEX
#F1DDFERGB
rgb(241, 221, 254)HSL
hsl(276, 94%, 93%)OKLCH
oklch(0.924 0.049 312.2)CMYK
cmyk(5%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDAEFD
2#CA80FB
3#B752FA
4#A324F8
5#8D07E6
6#7106B8
7#55048A
8#38035C
9#1C012E
Tints
Lighter variations
1#F2E0FE
2#F3E3FE
3#F5E7FE
4#F6EAFE
5#F8EEFE
6#F9F1FF
7#FBF5FF
8#FCF8FF
9#FEFCFF
Tones
Muted variations
1#F0DEFC
2#F0E0FB
3#EFE1F9
4#EFE3F7
5#EFE5F6
6#EEE6F4
7#EEE8F2
8#EEEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DCFE;
--lavender-200: #E4BFFD;
--lavender-300: #CF8DFB;
--lavender-400: #B752FA;
--lavender-500: #A220F8;
--lavender-600: #8507DA;
--lavender-700: #6A05AD;
--lavender-800: #4C047C;
--lavender-900: #30024F;
--lavender-950: #1E0231;
}