Lavender
#F2F0FE
BlueColor Codes
All color formats for development
HEX
#F2F0FERGB
rgb(242, 240, 254)HSL
hsl(249, 88%, 97%)OKLCH
oklch(0.961 0.019 292.6)CMYK
cmyk(5%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBC2FB
2#A394F8
3#7B65F5
4#5337F2
5#2F0FE9
6#260CBA
7#1C098C
8#13065D
9#09032F
Tints
Lighter variations
1#F4F2FE
2#F5F3FE
3#F6F5FE
4#F8F6FE
5#F9F8FF
6#FAF9FF
7#FBFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F3F1FD
2#F4F2FD
3#F4F3FC
4#F5F3FB
5#F5F4FB
6#F5F5FA
7#F6F5F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E2DDFD;
--lavender-200: #C9C1FB;
--lavender-300: #A091F8;
--lavender-400: #6F57F4;
--lavender-500: #4627F1;
--lavender-600: #2B0DD3;
--lavender-700: #220BA8;
--lavender-800: #180878;
--lavender-900: #10054D;
--lavender-950: #0A0330;
}