Lavender
#F3DCFE
PurpleColor Codes
All color formats for development
HEX
#F3DCFERGB
rgb(243, 220, 254)HSL
hsl(281, 94%, 93%)OKLCH
oklch(0.923 0.052 314.9)CMYK
cmyk(4%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4AEFD
2#D480FB
3#C552FA
4#B524F8
5#9F07E6
6#8006B8
7#60048A
8#40035C
9#20012E
Tints
Lighter variations
1#F4E0FE
2#F6E3FE
3#F7E7FE
4#F8EAFE
5#F9EEFE
6#FAF1FF
7#FBF5FF
8#FDF8FF
9#FEFCFF
Tones
Muted variations
1#F3DEFC
2#F2E0FB
3#F1E1F9
4#F1E3F7
5#F0E5F6
6#F0E6F4
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DCFE;
--lavender-200: #E9BFFD;
--lavender-300: #D98DFB;
--lavender-400: #C552FA;
--lavender-500: #B420F8;
--lavender-600: #9707DA;
--lavender-700: #7805AD;
--lavender-800: #56047C;
--lavender-900: #37024F;
--lavender-950: #220231;
}