Lavender
#F0F2FE
BlueColor Codes
All color formats for development
HEX
#F0F2FERGB
rgb(240, 242, 254)HSL
hsl(231, 88%, 97%)OKLCH
oklch(0.963 0.016 278.5)CMYK
cmyk(6%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2CBFB
2#94A3F8
3#657BF5
4#3753F2
5#0F2FE9
6#0C26BA
7#091C8C
8#06135D
9#03092F
Tints
Lighter variations
1#F2F4FE
2#F3F5FE
3#F5F6FE
4#F6F8FE
5#F8F9FF
6#F9FAFF
7#FBFBFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F3FD
2#F2F4FD
3#F3F4FC
4#F3F5FB
5#F4F5FB
6#F5F5FA
7#F5F6F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE2FD;
--lavender-200: #C1C9FB;
--lavender-300: #91A0F8;
--lavender-400: #576FF4;
--lavender-500: #2746F1;
--lavender-600: #0D2BD3;
--lavender-700: #0B22A8;
--lavender-800: #081878;
--lavender-900: #05104D;
--lavender-950: #030A30;
}