Lavender
#F0F3FE
BlueColor Codes
All color formats for development
HEX
#F0F3FERGB
rgb(240, 243, 254)HSL
hsl(227, 88%, 97%)OKLCH
oklch(0.965 0.015 273.9)CMYK
cmyk(6%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2CEFB
2#94A9F8
3#6584F5
4#375FF2
5#0F3EE9
6#0C32BA
7#09258C
8#06195D
9#030C2F
Tints
Lighter variations
1#F2F5FE
2#F3F6FE
3#F5F7FE
4#F6F8FE
5#F8F9FF
6#F9FAFF
7#FBFCFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F4FD
2#F2F4FD
3#F3F5FC
4#F3F5FB
5#F4F5FB
6#F5F6FA
7#F5F6F9
8#F6F7F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE4FD;
--lavender-200: #C1CDFB;
--lavender-300: #91A7F8;
--lavender-400: #5779F4;
--lavender-500: #2753F1;
--lavender-600: #0D38D3;
--lavender-700: #0B2DA8;
--lavender-800: #082078;
--lavender-900: #05144D;
--lavender-950: #030D30;
}