Lavender
#E0ECFB
BlueColor Codes
All color formats for development
HEX
#E0ECFBRGB
rgb(224, 236, 251)HSL
hsl(213, 77%, 93%)OKLCH
oklch(0.939 0.024 254)CMYK
cmyk(11%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5D2F5
2#8BB9F0
3#619FEB
4#3886E5
5#1B6DD2
6#1658A8
7#10427E
8#0B2C54
9#05162A
Tints
Lighter variations
1#E3EEFB
2#E6F0FC
3#E9F2FC
4#ECF3FD
5#EFF5FD
6#F2F7FD
7#F6F9FE
8#F9FBFE
9#FCFDFF
Tones
Muted variations
1#E1ECFA
2#E2ECF8
3#E4ECF7
4#E5ECF5
5#E6ECF4
6#E8EDF3
7#E9EDF1
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 619F #619FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3483 #3483E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A68 #1A68C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092648 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FD;
--lavender-100: #DFECFB;
--lavender-200: #C4DBF7;
--lavender-300: #97C0F2;
--lavender-400: #619FEA;
--lavender-500: #3483E5;
--lavender-600: #1A68C7;
--lavender-700: #15529E;
--lavender-800: #0F3B71;
--lavender-900: #092648;
--lavender-950: #06182D;
}