Lavender
#CFD8ED
BlueColor Codes
All color formats for development
HEX
#CFD8EDRGB
rgb(207, 216, 237)HSL
hsl(222, 45%, 87%)OKLCH
oklch(0.882 0.031 267.2)CMYK
cmyk(13%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFBEE1
2#8FA4D4
3#6E89C8
4#4E6FBC
5#3D5BA1
6#314981
7#253761
8#182440
9#0C1220
Tints
Lighter variations
1#D4DCEF
2#D9E0F0
3#DDE4F2
4#E2E8F4
5#E7EBF6
6#ECEFF8
7#F1F3FA
8#F5F7FB
9#FAFBFD
Tones
Muted variations
1#D0D8EB
2#D2D9EA
3#D3DAE8
4#D5DAE7
5#D6DBE5
6#D8DBE4
7#D9DCE2
8#DBDDE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABA #AABADF | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CE | Disabled statesSecondary iconsMuted text |
| 500 | 5978 #5978C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5C #3E5CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3149 #314981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2334 #23345C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5EAF5;
--lavender-200: #CFD8ED;
--lavender-300: #AABADF;
--lavender-400: #7E96CE;
--lavender-500: #5978C0;
--lavender-600: #3E5CA3;
--lavender-700: #314981;
--lavender-800: #23345C;
--lavender-900: #16213B;
--lavender-950: #0E1525;
}