Lavender
#D2E5EA
CyanColor Codes
All color formats for development
HEX
#D2E5EARGB
rgb(210, 229, 234)HSL
hsl(192, 36%, 87%)OKLCH
oklch(0.909 0.021 215.3)CMYK
cmyk(10%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4D4DC
2#96C2CD
3#77B1BF
4#599FB1
5#478797
6#396C79
7#2B515B
8#1C363C
9#0E1B1E
Tints
Lighter variations
1#D6E8EC
2#DBEAEE
3#DFEDF0
4#E4EFF2
5#E8F2F4
6#EDF5F7
7#F1F7F9
8#F6FAFB
9#FAFCFD
Tones
Muted variations
1#D3E4E9
2#D4E4E7
3#D5E3E6
4#D7E2E5
5#D8E1E4
6#D9E1E3
7#DAE0E1
8#DBDFE0
9#DDDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1D9 | BordersInactive statesPlaceholder text |
| 400 | 86B9 #86B9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A5 #63A5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4888 #488899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396D #396D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294E #294E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A32 #1A3237 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F9FA;
--lavender-100: #E7F1F4;
--lavender-200: #D2E5EA;
--lavender-300: #AFD1D9;
--lavender-400: #86B9C6;
--lavender-500: #63A5B6;
--lavender-600: #488899;
--lavender-700: #396D79;
--lavender-800: #294E57;
--lavender-900: #1A3237;
--lavender-950: #101F23;
}