Lavender
#E0EFFB
BlueColor Codes
All color formats for development
HEX
#E0EFFBRGB
rgb(224, 239, 251)HSL
hsl(207, 77%, 93%)OKLCH
oklch(0.945 0.023 241.9)CMYK
cmyk(11%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5D9F5
2#8BC3F0
3#61ADEB
4#3897E5
5#1B80D2
6#1666A8
7#104D7E
8#0B3354
9#051A2A
Tints
Lighter variations
1#E3F0FB
2#E6F2FC
3#E9F3FC
4#ECF5FD
5#EFF7FD
6#F2F8FD
7#F6FAFE
8#F9FCFE
9#FCFDFF
Tones
Muted variations
1#E1EEFA
2#E2EEF8
3#E4EEF7
4#E5EEF5
5#E6EEF4
6#E8EEF3
7#E9EEF1
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 61AD #61ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3495 #3495E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A79 #1A79C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FD;
--lavender-100: #DFEFFB;
--lavender-200: #C4E0F7;
--lavender-300: #97C9F2;
--lavender-400: #61ADEA;
--lavender-500: #3495E5;
--lavender-600: #1A79C7;
--lavender-700: #15609E;
--lavender-800: #0F4571;
--lavender-900: #092C48;
--lavender-950: #061B2D;
}