Lavender
#CDD2EF
BlueColor Codes
All color formats for development
HEX
#CDD2EFRGB
rgb(205, 210, 239)HSL
hsl(231, 52%, 87%)OKLCH
oklch(0.869 0.04 277.8)CMYK
cmyk(14%, 12%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABB4E4
2#8995DA
3#6777CF
4#4659C4
5#3547A9
6#2B3887
7#202A65
8#151C43
9#0B0E22
Tints
Lighter variations
1#D2D6F1
2#D7DBF2
3#DCDFF4
4#E1E4F5
5#E6E8F7
6#EBEDF9
7#F0F1FA
8#F5F6FC
9#FAFAFD
Tones
Muted variations
1#CED3ED
2#D0D4EC
3#D2D5EA
4#D4D7E8
5#D5D8E6
6#D7D9E5
7#D9DAE3
8#DADBE1
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7785 #7785D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5162 #5162C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3647 #3647AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B39 #2B3988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FB;
--lavender-100: #E4E7F6;
--lavender-200: #CDD2EF;
--lavender-300: #A6AFE3;
--lavender-400: #7785D4;
--lavender-500: #5162C8;
--lavender-600: #3647AB;
--lavender-700: #2B3988;
--lavender-800: #1F2961;
--lavender-900: #141A3E;
--lavender-950: #0C1027;
}