Lavender
#CDE5EE
BlueColor Codes
All color formats for development
HEX
#CDE5EERGB
rgb(205, 229, 238)HSL
hsl(196, 49%, 87%)OKLCH
oklch(0.907 0.028 222.3)CMYK
cmyk(14%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD4E3
2#8BC3D7
3#6AB2CC
4#49A1C1
5#3988A5
6#2D6D84
7#225263
8#173742
9#0B1B21
Tints
Lighter variations
1#D3E8F0
2#D7EBF1
3#DCEDF3
4#E1F0F5
5#E6F2F7
6#EBF5F8
7#F0F7FA
8#F5FAFC
9#FAFCFD
Tones
Muted variations
1#CFE5EC
2#D1E4EB
3#D2E3E9
4#D4E2E8
5#D6E2E6
6#D7E1E4
7#D9E0E3
8#DBDFE1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABA #7ABAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A6 #54A6C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398A #398AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6E #2E6E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E4F1F6;
--lavender-200: #CEE5EE;
--lavender-300: #A8D2E1;
--lavender-400: #7ABAD1;
--lavender-500: #54A6C4;
--lavender-600: #398AA7;
--lavender-700: #2E6E85;
--lavender-800: #214E5F;
--lavender-900: #15323D;
--lavender-950: #0D1F26;
}