Lavender
#CDE0EE
BlueColor Codes
All color formats for development
HEX
#CDE0EERGB
rgb(205, 224, 238)HSL
hsl(205, 49%, 87%)OKLCH
oklch(0.897 0.028 239.7)CMYK
cmyk(14%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADCCE3
2#8BB8D7
3#6AA3CC
4#498FC1
5#3978A5
6#2D6084
7#224863
8#173042
9#0B1821
Tints
Lighter variations
1#D3E4F0
2#D7E7F1
3#DCEAF3
4#E1EDF5
5#E6F0F7
6#EBF3F8
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CFE0EC
2#D1E0EB
3#D2E0E9
4#D4DFE8
5#D6DFE6
6#D7DFE4
7#D9DFE3
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C9 #A8C9E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAD #7AADD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5496 #5496C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3979 #3979A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E61 #2E6185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2145 #21455F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152C #152C3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4EFF6;
--lavender-200: #CEE1EE;
--lavender-300: #A8C9E1;
--lavender-400: #7AADD1;
--lavender-500: #5496C4;
--lavender-600: #3979A7;
--lavender-700: #2E6185;
--lavender-800: #21455F;
--lavender-900: #152C3D;
--lavender-950: #0D1C26;
}