Lavender
#CBD7F1
BlueColor Codes
All color formats for development
HEX
#CBD7F1RGB
rgb(203, 215, 241)HSL
hsl(221, 58%, 87%)OKLCH
oklch(0.878 0.038 265.8)CMYK
cmyk(16%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8BCE8
2#85A1DE
3#6186D5
4#3E6BCC
5#2F57AF
6#25468C
7#1C3469
8#132346
9#091123
Tints
Lighter variations
1#D0DBF2
2#D5DFF4
3#DAE3F5
4#E0E7F7
5#E5EBF8
6#EAEFF9
7#EFF3FB
8#F5F7FC
9#FAFBFE
Tones
Muted variations
1#CDD8EF
2#CED8ED
3#D0D9EB
4#D2DAE9
5#D4DAE7
6#D6DBE6
7#D8DCE4
8#DADCE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E3E9F8;
--lavender-200: #CBD7F1;
--lavender-300: #A2B8E6;
--lavender-400: #7293DA;
--lavender-500: #4A74CF;
--lavender-600: #2F58B1;
--lavender-700: #25468D;
--lavender-800: #1B3265;
--lavender-900: #112040;
--lavender-950: #0B1428;
}