Lavender
#F0F0FF
BlueColor Codes
All color formats for development
HEX
#F0F0FFRGB
rgb(240, 240, 255)HSL
hsl(240, 100%, 97%)OKLCH
oklch(0.96 0.02 286)CMYK
cmyk(6%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEBEFF
2#8D8DFF
3#5B5BFF
4#2A2AFF
5#0000F7
6#0000C6
7#000094
8#000063
9#000031
Tints
Lighter variations
1#F1F1FF
2#F3F3FF
3#F4F4FF
4#F6F6FF
5#F7F7FF
6#F9F9FF
7#FAFAFF
8#FCFCFF
9#FDFDFF
Tones
Muted variations
1#F0F0FE
2#F1F1FD
3#F2F2FD
4#F3F3FC
5#F4F4FB
6#F4F4FA
7#F5F5FA
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F0FF;
--lavender-100: #DBDBFF;
--lavender-200: #BDBDFF;
--lavender-300: #8A8AFF;
--lavender-400: #4D4DFF;
--lavender-500: #1A1AFF;
--lavender-600: #0000E0;
--lavender-700: #0000B3;
--lavender-800: #000080;
--lavender-900: #000052;
--lavender-950: #000033;
}