Lavender
#CDD4EE
BlueColor Codes
All color formats for development
HEX
#CDD4EERGB
rgb(205, 212, 238)HSL
hsl(227, 49%, 87%)OKLCH
oklch(0.873 0.037 273.7)CMYK
cmyk(14%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADB8E3
2#8B9CD7
3#6A80CC
4#4963C1
5#3950A5
6#2D4084
7#223063
8#172042
9#0B1021
Tints
Lighter variations
1#D3D9F0
2#D7DDF1
3#DCE1F3
4#E1E6F5
5#E6EAF7
6#EBEEF8
7#F0F2FA
8#F5F7FC
9#FAFBFD
Tones
Muted variations
1#CFD6EC
2#D1D6EB
3#D2D7E9
4#D4D8E8
5#D6D9E6
6#D7DAE4
7#D9DBE3
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8D #7A8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546C #546CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3951 #3951A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E4E8F6;
--lavender-200: #CED5EE;
--lavender-300: #A8B4E1;
--lavender-400: #7A8DD1;
--lavender-500: #546CC4;
--lavender-600: #3951A7;
--lavender-700: #2E4085;
--lavender-800: #212E5F;
--lavender-900: #151D3D;
--lavender-950: #0D1226;
}