Lavender
#CAD5F1
BlueColor Codes
All color formats for development
HEX
#CAD5F1RGB
rgb(202, 213, 241)HSL
hsl(223, 58%, 87%)OKLCH
oklch(0.873 0.041 268.5)CMYK
cmyk(16%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8BAE8
2#859EDE
3#6182D5
4#3E66CC
5#2F53AF
6#25428C
7#1C3269
8#132146
9#091123
Tints
Lighter variations
1#D0DAF2
2#D5DEF4
3#DAE2F5
4#E0E6F7
5#E5EAF8
6#EAEEF9
7#EFF3FB
8#F5F7FC
9#FAFBFE
Tones
Muted variations
1#CDD6EF
2#CED7ED
3#D0D8EB
4#D2D9E9
5#D4DAE7
6#D6DBE6
7#D8DBE4
8#DADCE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B6 #A2B6E6 | BordersInactive statesPlaceholder text |
| 400 | 728F #728FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A6F #4A6FCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F54 #2F54B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2543 #25438D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B30 #1B3065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111F #111F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FC;
--lavender-100: #E3E9F8;
--lavender-200: #CBD6F1;
--lavender-300: #A2B6E6;
--lavender-400: #728FDA;
--lavender-500: #4A6FCF;
--lavender-600: #2F54B1;
--lavender-700: #25438D;
--lavender-800: #1B3065;
--lavender-900: #111F40;
--lavender-950: #0B1328;
}