Lavender
#CDDAEF
BlueColor Codes
All color formats for development
HEX
#CDDAEFRGB
rgb(205, 218, 239)HSL
hsl(217, 52%, 87%)OKLCH
oklch(0.885 0.032 260)CMYK
cmyk(14%, 9%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABC1E4
2#89A8DA
3#678FCF
4#4676C4
5#3561A9
6#2B4E87
7#203A65
8#152743
9#0B1322
Tints
Lighter variations
1#D2DEF1
2#D7E1F2
3#DCE5F4
4#E1E9F5
5#E6ECF7
6#EBF0F9
7#F0F4FA
8#F5F8FC
9#FAFBFD
Tones
Muted variations
1#CEDAED
2#D0DBEC
3#D2DBEA
4#D4DBE8
5#D5DCE6
6#D7DCE5
7#D9DDE3
8#DADDE1
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BD #A6BDE3 | BordersInactive statesPlaceholder text |
| 400 | 779B #779BD4 | Disabled statesSecondary iconsMuted text |
| 500 | 517E #517EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3663 #3663AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4E #2B4E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F38 #1F3861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FB;
--lavender-100: #E4EBF6;
--lavender-200: #CDDAEF;
--lavender-300: #A6BDE3;
--lavender-400: #779BD4;
--lavender-500: #517EC8;
--lavender-600: #3663AB;
--lavender-700: #2B4E88;
--lavender-800: #1F3861;
--lavender-900: #14243E;
--lavender-950: #0C1627;
}