Lavender
#F0F1FE
BlueColor Codes
All color formats for development
HEX
#F0F1FERGB
rgb(240, 241, 254)HSL
hsl(236, 88%, 97%)OKLCH
oklch(0.961 0.017 282.5)CMYK
cmyk(6%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C6FB
2#949AF8
3#656FF5
4#3743F2
5#0F1DE9
6#0C17BA
7#09128C
8#060C5D
9#03062F
Tints
Lighter variations
1#F2F3FE
2#F3F4FE
3#F5F6FE
4#F6F7FE
5#F8F8FF
6#F9FAFF
7#FBFBFF
8#FCFCFF
9#FEFEFF
Tones
Muted variations
1#F1F2FD
2#F2F3FD
3#F3F3FC
4#F3F4FB
5#F4F4FB
6#F5F5FA
7#F5F6F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE0FD;
--lavender-200: #C1C5FB;
--lavender-300: #9198F8;
--lavender-400: #5762F4;
--lavender-500: #2735F1;
--lavender-600: #0D1BD3;
--lavender-700: #0B15A8;
--lavender-800: #080F78;
--lavender-900: #050A4D;
--lavender-950: #030630;
}