Lavender
#D2E0EA
BlueColor Codes
All color formats for development
HEX
#D2E0EARGB
rgb(210, 224, 234)HSL
hsl(205, 36%, 87%)OKLCH
oklch(0.899 0.02 238.7)CMYK
cmyk(10%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4CBDC
2#96B6CD
3#77A1BF
4#598CB1
5#477697
6#395E79
7#2B475B
8#1C2F3C
9#0E181E
Tints
Lighter variations
1#D6E3EC
2#DBE6EE
3#DFE9F0
4#E4ECF2
5#E8EFF4
6#EDF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D3E0E9
2#D4DFE7
3#D5DFE6
4#D7DFE5
5#D8DFE4
6#D9DFE3
7#DADEE1
8#DBDEE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8FA;
--lavender-100: #E7EEF4;
--lavender-200: #D2E0EA;
--lavender-300: #AFC8D9;
--lavender-400: #86ABC6;
--lavender-500: #6393B6;
--lavender-600: #487799;
--lavender-700: #395F79;
--lavender-800: #294457;
--lavender-900: #1A2B37;
--lavender-950: #101B23;
}