Lavender
#CDE3EE
BlueColor Codes
All color formats for development
HEX
#CDE3EERGB
rgb(205, 227, 238)HSL
hsl(200, 49%, 87%)OKLCH
oklch(0.903 0.028 229.2)CMYK
cmyk(14%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD1E3
2#8BBED7
3#6AACCC
4#4999C1
5#3981A5
6#2D6784
7#224D63
8#173442
9#0B1A21
Tints
Lighter variations
1#D3E6F0
2#D7E9F1
3#DCECF3
4#E1EEF5
5#E6F1F7
6#EBF4F8
7#F0F7FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CFE3EC
2#D1E2EB
3#D2E2E9
4#D4E1E8
5#D6E1E6
6#D7E0E4
7#D9DFE3
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB4 #7AB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549F #549FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3983 #3983A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E4F0F6;
--lavender-200: #CEE3EE;
--lavender-300: #A8CEE1;
--lavender-400: #7AB4D1;
--lavender-500: #549FC4;
--lavender-600: #3983A7;
--lavender-700: #2E6885;
--lavender-800: #214A5F;
--lavender-900: #152F3D;
--lavender-950: #0D1E26;
}