Lavender
#CBD8F1
BlueColor Codes
All color formats for development
HEX
#CBD8F1RGB
rgb(203, 216, 241)HSL
hsl(219, 58%, 87%)OKLCH
oklch(0.88 0.037 263.6)CMYK
cmyk(16%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8BEE8
2#85A4DE
3#618AD5
4#3E70CC
5#2F5CAF
6#25498C
7#1C3769
8#132546
9#091223
Tints
Lighter variations
1#D0DCF2
2#D5E0F4
3#DAE4F5
4#E0E8F7
5#E5ECF8
6#EAEFF9
7#EFF3FB
8#F5F7FC
9#FAFBFE
Tones
Muted variations
1#CDD9EF
2#CED9ED
3#D0DAEB
4#D2DAE9
5#D4DBE7
6#D6DCE6
7#D8DCE4
8#DADDE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE6 | BordersInactive statesPlaceholder text |
| 400 | 7296 #7296DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A78 #4A78CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5D #2F5DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254A #254A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B35 #1B3565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E3EAF8;
--lavender-200: #CBD8F1;
--lavender-300: #A2BAE6;
--lavender-400: #7296DA;
--lavender-500: #4A78CF;
--lavender-600: #2F5DB1;
--lavender-700: #254A8D;
--lavender-800: #1B3565;
--lavender-900: #112240;
--lavender-950: #0B1528;
}