Lavender
#D6E3E6
CyanColor Codes
All color formats for development
HEX
#D6E3E6RGB
rgb(214, 227, 230)HSL
hsl(191, 24%, 87%)OKLCH
oklch(0.907 0.015 213.1)CMYK
cmyk(7%, 1%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD0D5
2#9FBDC4
3#83AAB3
4#6898A2
5#54808A
6#43666E
7#334D53
8#223337
9#111A1C
Tints
Lighter variations
1#DAE6E8
2#DEE9EB
3#E2EBED
4#E6EEF0
5#EAF1F2
6#EFF4F5
7#F3F7F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D7E2E5
2#D7E2E4
3#D8E1E3
4#D9E1E3
5#DAE0E2
6#DBE0E1
7#DBDFE0
8#DCDFDF
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719E #719EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5581 #55818B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4467 #44676F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F9F9;
--lavender-100: #E9F0F1;
--lavender-200: #D6E3E6;
--lavender-300: #B6CDD2;
--lavender-400: #90B3BB;
--lavender-500: #719EA8;
--lavender-600: #55818B;
--lavender-700: #44676F;
--lavender-800: #30494F;
--lavender-900: #1F2F33;
--lavender-950: #131D20;
}