Lavender
#CDDDEF
BlueColor Codes
All color formats for development
HEX
#CDDDEFRGB
rgb(205, 221, 239)HSL
hsl(212, 52%, 87%)OKLCH
oklch(0.891 0.03 251.3)CMYK
cmyk(14%, 8%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABC6E4
2#89AFDA
3#6798CF
4#4681C4
5#356BA9
6#2B5687
7#204065
8#152B43
9#0B1522
Tints
Lighter variations
1#D2E0F1
2#D7E4F2
3#DCE7F4
4#E1EAF5
5#E6EEF7
6#EBF1F9
7#F0F5FA
8#F5F8FC
9#FAFCFD
Tones
Muted variations
1#CEDDED
2#D0DDEC
3#D2DDEA
4#D4DDE8
5#D5DDE6
6#D7DDE5
7#D9DEE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C2 #A6C2E3 | BordersInactive statesPlaceholder text |
| 400 | 77A3 #77A3D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5188 #5188C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 366C #366CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B56 #2B5688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3E #1F3E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FB;
--lavender-100: #E4EDF6;
--lavender-200: #CDDDEF;
--lavender-300: #A6C2E3;
--lavender-400: #77A3D4;
--lavender-500: #5188C8;
--lavender-600: #366CAB;
--lavender-700: #2B5688;
--lavender-800: #1F3E61;
--lavender-900: #14273E;
--lavender-950: #0C1927;
}