Lavender
#CADDF1
BlueColor Codes
All color formats for development
HEX
#CADDF1RGB
rgb(202, 221, 241)HSL
hsl(211, 58%, 87%)OKLCH
oklch(0.89 0.034 249.6)CMYK
cmyk(16%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8C7E8
2#85B0DE
3#6199D5
4#3E83CC
5#2F6DAF
6#25578C
7#1C4169
8#132C46
9#091623
Tints
Lighter variations
1#D0E1F2
2#D5E4F4
3#DAE7F5
4#E0EBF7
5#E5EEF8
6#EAF1F9
7#EFF5FB
8#F5F8FC
9#FAFCFE
Tones
Muted variations
1#CDDDEF
2#CEDDED
3#D0DDEB
4#D2DDE9
5#D4DEE7
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 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C3 #A2C3E6 | BordersInactive statesPlaceholder text |
| 400 | 72A4 #72A4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8A #4A8ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6E #2F6EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2558 #25588D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3F #1B3F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1128 #112840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3EDF8;
--lavender-200: #CBDDF1;
--lavender-300: #A2C3E6;
--lavender-400: #72A4DA;
--lavender-500: #4A8ACF;
--lavender-600: #2F6EB1;
--lavender-700: #25588D;
--lavender-800: #1B3F65;
--lavender-900: #112840;
--lavender-950: #0B1928;
}