Lavender
#F0DEFC
PurpleColor Codes
All color formats for development
HEX
#F0DEFCRGB
rgb(240, 222, 252)HSL
hsl(276, 83%, 93%)OKLCH
oklch(0.924 0.044 312)CMYK
cmyk(5%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DCB3F8
2#C988F4
3#B55CF0
4#A131EC
5#8A14D9
6#6F10AE
7#530C82
8#370857
9#1C042B
Tints
Lighter variations
1#F2E2FC
2#F3E5FD
3#F5E8FD
4#F6EBFD
5#F8EFFD
6#F9F2FE
7#FBF5FE
8#FCF8FE
9#FEFCFF
Tones
Muted variations
1#F0E0FA
2#F0E1F9
3#EFE3F8
4#EFE4F6
5#EFE6F5
6#EEE7F3
7#EEE9F2
8#EEEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F5 | BordersInactive statesPlaceholder text |
| 400 | B55C #B55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9F2D #9F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8313 #8313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680F #680FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FE;
--lavender-100: #F0DEFC;
--lavender-200: #E3C2F9;
--lavender-300: #CE94F5;
--lavender-400: #B55CF0;
--lavender-500: #9F2DEB;
--lavender-600: #8313CD;
--lavender-700: #680FA3;
--lavender-800: #4A0B75;
--lavender-900: #30074B;
--lavender-950: #1E042F;
}