Lavender
#F1F1FD
BlueColor Codes
All color formats for development
HEX
#F1F1FDRGB
rgb(241, 241, 253)HSL
hsl(240, 75%, 97%)OKLCH
oklch(0.962 0.016 286.1)CMYK
cmyk(5%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6C6F7
2#9B9BF1
3#7070EB
4#4444E4
5#1F1FD8
6#1919AD
7#131382
8#0C0C57
9#06062B
Tints
Lighter variations
1#F3F3FD
2#F4F4FD
3#F6F6FE
4#F7F7FE
5#F8F8FE
6#FAFAFE
7#FBFBFE
8#FCFCFF
9#FEFEFF
Tones
Muted variations
1#F2F2FD
2#F3F3FC
3#F3F3FB
4#F4F4FB
5#F4F4FA
6#F5F5FA
7#F6F6F9
8#F6F6F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E0E0FB;
--lavender-200: #C5C5F7;
--lavender-300: #9898F0;
--lavender-400: #6363E9;
--lavender-500: #3636E2;
--lavender-600: #1C1CC4;
--lavender-700: #16169C;
--lavender-800: #101070;
--lavender-900: #0A0A47;
--lavender-950: #06062D;
}