Lavender
#CED6ED
BlueColor Codes
All color formats for development
HEX
#CED6EDRGB
rgb(206, 214, 237)HSL
hsl(225, 46%, 87%)OKLCH
oklch(0.877 0.033 270.4)CMYK
cmyk(13%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEBBE1
2#8EA0D5
3#6D84C9
4#4D69BD
5#3C55A2
6#304482
7#243361
8#182241
9#0C1120
Tints
Lighter variations
1#D3DAEF
2#D8DEF1
3#DDE2F2
4#E2E7F4
5#E7EBF6
6#ECEFF8
7#F0F3FA
8#F5F7FB
9#FAFBFD
Tones
Muted variations
1#D0D7EC
2#D2D8EA
3#D3D9E9
4#D5D9E7
5#D6DAE5
6#D8DBE4
7#D9DCE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7DF | BordersInactive statesPlaceholder text |
| 400 | 7D91 #7D91CF | Disabled statesSecondary iconsMuted text |
| 500 | 5772 #5772C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D56 #3D56A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3045 #304582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5E9F5;
--lavender-200: #CFD6ED;
--lavender-300: #A9B7DF;
--lavender-400: #7D91CF;
--lavender-500: #5772C1;
--lavender-600: #3D56A4;
--lavender-700: #304582;
--lavender-800: #22315D;
--lavender-900: #161F3C;
--lavender-950: #0E1425;
}