Lavender
#E6EEF5
BlueColor Codes
All color formats for development
HEX
#E6EEF5RGB
rgb(230, 238, 245)HSL
hsl(208, 43%, 93%)OKLCH
oklch(0.945 0.013 244.3)CMYK
cmyk(6%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4D7E7
2#A2C0DA
3#80A9CC
4#5E92BF
5#447AAA
6#366288
7#294966
8#1B3144
9#0E1822
Tints
Lighter variations
1#E8EFF6
2#EBF1F7
3#EDF3F8
4#F0F5F9
5#F2F6FA
6#F5F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E6EEF4
2#E7EEF3
3#E8EEF3
4#E9EDF2
5#E9EDF1
6#EAEDF0
7#EBEDEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7FA8 #7FA8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B90 #5B90BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4073 #4073A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335C #335C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EEF5;
--lavender-200: #D0DFEC;
--lavender-300: #ABC6DE;
--lavender-400: #7FA8CC;
--lavender-500: #5B90BE;
--lavender-600: #4073A0;
--lavender-700: #335C80;
--lavender-800: #24425B;
--lavender-900: #172A3A;
--lavender-950: #0F1A24;
}