Lavender
#F1F0FE
BlueColor Codes
All color formats for development
HEX
#F1F0FERGB
rgb(241, 240, 254)HSL
hsl(244, 88%, 97%)OKLCH
oklch(0.96 0.019 289.3)CMYK
cmyk(5%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6C2FB
2#9A94F8
3#6F65F5
4#4337F2
5#1D0FE9
6#170CBA
7#12098C
8#0C065D
9#06032F
Tints
Lighter variations
1#F3F2FE
2#F4F3FE
3#F6F5FE
4#F7F6FE
5#F8F8FF
6#FAF9FF
7#FBFBFF
8#FCFCFF
9#FEFEFF
Tones
Muted variations
1#F2F1FD
2#F3F2FD
3#F3F3FC
4#F4F3FB
5#F4F4FB
6#F5F5FA
7#F6F5F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E0DDFD;
--lavender-200: #C5C1FB;
--lavender-300: #9891F8;
--lavender-400: #6257F4;
--lavender-500: #3527F1;
--lavender-600: #1B0DD3;
--lavender-700: #150BA8;
--lavender-800: #0F0878;
--lavender-900: #0A054D;
--lavender-950: #060330;
}