Lavender
#F3DDFE
PurpleColor Codes
All color formats for development
HEX
#F3DDFERGB
rgb(243, 221, 254)HSL
hsl(280, 94%, 93%)OKLCH
oklch(0.925 0.05 314.6)CMYK
cmyk(4%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2AEFD
2#D280FB
3#C252FA
4#B224F8
5#9C07E6
6#7D06B8
7#5D048A
8#3E035C
9#1F012E
Tints
Lighter variations
1#F4E0FE
2#F5E3FE
3#F6E7FE
4#F8EAFE
5#F9EEFE
6#FAF1FF
7#FBF5FF
8#FDF8FF
9#FEFCFF
Tones
Muted variations
1#F2DEFC
2#F2E0FB
3#F1E1F9
4#F1E3F7
5#F0E5F6
6#EFE6F4
7#EFE8F2
8#EEEAF1
9#EEEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DCFE;
--lavender-200: #E8BFFD;
--lavender-300: #D78DFB;
--lavender-400: #C252FA;
--lavender-500: #B020F8;
--lavender-600: #9307DA;
--lavender-700: #7505AD;
--lavender-800: #54047C;
--lavender-900: #36024F;
--lavender-950: #210231;
}