Lavender
#F0F0FE
BlueColor Codes
All color formats for development
HEX
#F0F0FERGB
rgb(240, 240, 254)HSL
hsl(240, 88%, 97%)OKLCH
oklch(0.959 0.019 286)CMYK
cmyk(6%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C2FB
2#9494F8
3#6565F5
4#3737F2
5#0F0FE9
6#0C0CBA
7#09098C
8#06065D
9#03032F
Tints
Lighter variations
1#F2F2FE
2#F3F3FE
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 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | 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: #DDDDFD;
--lavender-200: #C1C1FB;
--lavender-300: #9191F8;
--lavender-400: #5757F4;
--lavender-500: #2727F1;
--lavender-600: #0D0DD3;
--lavender-700: #0B0BA8;
--lavender-800: #080878;
--lavender-900: #05054D;
--lavender-950: #030330;
}