Lavender
#CADDF2
BlueColor Codes
All color formats for development
HEX
#CADDF2RGB
rgb(202, 221, 242)HSL
hsl(211, 61%, 87%)OKLCH
oklch(0.89 0.035 250.9)CMYK
cmyk(17%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6C7E9
2#82B0E1
3#5E99D8
4#3B83CF
5#2B6DB3
6#23578F
7#1A416B
8#112B47
9#091624
Tints
Lighter variations
1#CFE1F3
2#D4E4F5
3#DAE7F6
4#DFEBF7
5#E4EEF9
6#EAF1FA
7#EFF5FB
8#F4F8FC
9#FAFCFE
Tones
Muted variations
1#CCDDF0
2#CEDDEE
3#D0DDEC
4#D2DDEA
5#D4DEE8
6#D6DEE6
7#D8DEE4
8#DADEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E2EDF8;
--lavender-200: #CADDF2;
--lavender-300: #A1C3E8;
--lavender-400: #6FA4DC;
--lavender-500: #468AD2;
--lavender-600: #2C6EB5;
--lavender-700: #235790;
--lavender-800: #193E67;
--lavender-900: #102842;
--lavender-950: #0A1929;
}