Lavender
#CDE0EF
BlueColor Codes
All color formats for development
HEX
#CDE0EFRGB
rgb(205, 224, 239)HSL
hsl(206, 52%, 87%)OKLCH
oklch(0.897 0.029 241.6)CMYK
cmyk(14%, 6%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABCCE4
2#89B7DA
3#67A2CF
4#468EC4
5#3577A9
6#2B5F87
7#204765
8#152F43
9#0B1822
Tints
Lighter variations
1#D2E3F1
2#D7E6F2
3#DCE9F4
4#E1ECF5
5#E6F0F7
6#EBF3F9
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CEE0ED
2#D0E0EC
3#D2DFEA
4#D4DFE8
5#D5DFE6
6#D7DFE5
7#D9DFE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C8 #A6C8E3 | BordersInactive statesPlaceholder text |
| 400 | 77AC #77ACD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5194 #5194C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3678 #3678AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5F #2B5F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EEF6;
--lavender-200: #CDE0EF;
--lavender-300: #A6C8E3;
--lavender-400: #77ACD4;
--lavender-500: #5194C8;
--lavender-600: #3678AB;
--lavender-700: #2B5F88;
--lavender-800: #1F4461;
--lavender-900: #142C3E;
--lavender-950: #0C1B27;
}