Lavender
#D0D6EB
BlueColor Codes
All color formats for development
HEX
#D0D6EBRGB
rgb(208, 214, 235)HSL
hsl(227, 40%, 87%)OKLCH
oklch(0.878 0.03 273.1)CMYK
cmyk(11%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2BBDE
2#92A0D0
3#7385C3
4#5469B6
5#43569B
6#35457C
7#28335D
8#1B223E
9#0D111F
Tints
Lighter variations
1#D5DAED
2#DADEEF
3#DFE3F1
4#E3E7F3
5#E8EBF5
6#ECEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D2D7EA
2#D3D8E8
3#D5D9E7
4#D6D9E6
5#D7DAE4
6#D9DBE3
7#DADCE2
8#DBDCE1
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DC | BordersInactive statesPlaceholder text |
| 400 | 8292 #8292C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E72 #5E72BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4357 #43579D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3645 #36457D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #263159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6E9F4;
--lavender-200: #D1D6EB;
--lavender-300: #ADB7DC;
--lavender-400: #8292C9;
--lavender-500: #5E72BA;
--lavender-600: #43579D;
--lavender-700: #36457D;
--lavender-800: #263159;
--lavender-900: #182039;
--lavender-950: #0F1424;
}