Lavender
#F1F1FE
BlueColor Codes
All color formats for development
HEX
#F1F1FERGB
rgb(241, 241, 254)HSL
hsl(240, 87%, 97%)OKLCH
oklch(0.962 0.017 286.1)CMYK
cmyk(5%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C2FB
2#9494F8
3#6666F4
4#3838F1
5#1010E7
6#0D0DB9
7#0A0A8B
8#06065D
9#03032E
Tints
Lighter variations
1#F2F2FE
2#F4F4FE
3#F5F5FE
4#F6F6FE
5#F8F8FF
6#F9F9FF
7#FBFBFF
8#FCFCFF
9#FEFEFF
Tones
Muted variations
1#F1F1FD
2#F2F2FD
3#F3F3FC
4#F3F3FB
5#F4F4FB
6#F5F5FA
7#F5F5F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F7 | BordersInactive statesPlaceholder text |
| 400 | 5858 #5858F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2828 #2828F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F0F #0F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054C | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DEDEFD;
--lavender-200: #C1C1FB;
--lavender-300: #9191F7;
--lavender-400: #5858F3;
--lavender-500: #2828F0;
--lavender-600: #0F0FD2;
--lavender-700: #0C0CA7;
--lavender-800: #080877;
--lavender-900: #05054C;
--lavender-950: #030330;
}