Lavender
#CDDFEF
BlueColor Codes
All color formats for development
HEX
#CDDFEFRGB
rgb(205, 223, 239)HSL
hsl(208, 52%, 87%)OKLCH
oklch(0.895 0.029 244.9)CMYK
cmyk(14%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABCAE4
2#89B4DA
3#679FCF
4#4689C4
5#3573A9
6#2B5C87
7#204565
8#152E43
9#0B1722
Tints
Lighter variations
1#D2E2F1
2#D7E5F2
3#DCE9F4
4#E1ECF5
5#E6EFF7
6#EBF2F9
7#F0F5FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CEDFED
2#D0DFEC
3#D2DFEA
4#D4DFE8
5#D5DEE6
6#D7DEE5
7#D9DEE3
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 | CDDF #CDDFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C6 #A6C6E3 | BordersInactive statesPlaceholder text |
| 400 | 77A9 #77A9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5190 #5190C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3674 #3674AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5C #2B5C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F42 #1F4261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142A #142A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EEF6;
--lavender-200: #CDDFEF;
--lavender-300: #A6C6E3;
--lavender-400: #77A9D4;
--lavender-500: #5190C8;
--lavender-600: #3674AB;
--lavender-700: #2B5C88;
--lavender-800: #1F4261;
--lavender-900: #142A3E;
--lavender-950: #0C1A27;
}