Lavender
#D2D7EA
BlueColor Codes
All color formats for development
HEX
#D2D7EARGB
rgb(210, 215, 234)HSL
hsl(227, 36%, 87%)OKLCH
oklch(0.881 0.027 274.1)CMYK
cmyk(10%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4BCDC
2#96A2CD
3#7787BF
4#596CB1
5#475897
6#394779
7#2B355B
8#1C233C
9#0E121E
Tints
Lighter variations
1#D6DBEC
2#DBDFEE
3#DFE3F0
4#E4E7F2
5#E8EBF4
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D3D8E9
2#D4D8E7
3#D5D9E6
4#D7DAE5
5#D8DAE4
6#D9DBE3
7#DADCE1
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6FA;
--lavender-100: #E7EAF4;
--lavender-200: #D2D7EA;
--lavender-300: #AFB8D9;
--lavender-400: #8694C6;
--lavender-500: #6375B6;
--lavender-600: #485999;
--lavender-700: #394779;
--lavender-800: #293357;
--lavender-900: #1A2037;
--lavender-950: #101423;
}