Lavender
#D5E4E7
CyanColor Codes
All color formats for development
HEX
#D5E4E7RGB
rgb(213, 228, 231)HSL
hsl(190, 27%, 87%)OKLCH
oklch(0.908 0.017 211)CMYK
cmyk(8%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9D2D7
2#9DBFC6
3#80ADB6
4#649BA6
5#51838D
6#416971
7#314F55
8#203438
9#101A1C
Tints
Lighter variations
1#D9E7E9
2#DDE9EC
3#E2ECEE
4#E6EFF0
5#EAF1F3
6#EEF4F5
7#F2F7F8
8#F7FAFA
9#FBFCFD
Tones
Muted variations
1#D6E3E6
2#D7E3E5
3#D8E2E4
4#D8E1E3
5#D9E1E2
6#DAE0E1
7#DBE0E1
8#DCDFE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB6 #8EB6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA1 #6DA1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5284 #52848E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4169 #416971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3034 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F9F9;
--lavender-100: #E8F0F2;
--lavender-200: #D5E4E7;
--lavender-300: #B5CFD4;
--lavender-400: #8EB6BE;
--lavender-500: #6DA1AB;
--lavender-600: #52848E;
--lavender-700: #416971;
--lavender-800: #2F4B51;
--lavender-900: #1E3034;
--lavender-950: #131E20;
}