Lavender
#E0E5FA
BlueColor Codes
All color formats for development
HEX
#E0E5FARGB
rgb(224, 229, 250)HSL
hsl(228, 72%, 93%)OKLCH
oklch(0.924 0.029 275.1)CMYK
cmyk(10%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8C3F3
2#8FA2ED
3#6680E6
4#3D5EDF
5#2143CC
6#1B36A3
7#14287A
8#0D1B52
9#070D29
Tints
Lighter variations
1#E3E8FB
2#E6EBFB
3#EAEDFC
4#EDF0FC
5#F0F2FD
6#F3F5FD
7#F6F7FE
8#F9FAFE
9#FCFCFF
Tones
Muted variations
1#E2E6F9
2#E3E7F7
3#E4E8F6
4#E5E9F5
5#E7E9F4
6#E8EAF2
7#E9EBF1
8#EBECF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D0 #C6D0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAB #9AABEF | BordersInactive statesPlaceholder text |
| 400 | 657F #657FE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A5B #3A5BDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F40 #1F40C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1933 #19339A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1224 #12246E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B17 #0B1746 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FD;
--lavender-100: #E0E5FA;
--lavender-200: #C6D0F6;
--lavender-300: #9AABEF;
--lavender-400: #657FE6;
--lavender-500: #3A5BDF;
--lavender-600: #1F40C1;
--lavender-700: #19339A;
--lavender-800: #12246E;
--lavender-900: #0B1746;
--lavender-950: #070E2C;
}