Lavender
#CBD5F0
BlueColor Codes
All color formats for development
HEX
#CBD5F0RGB
rgb(203, 213, 240)HSL
hsl(224, 55%, 87%)OKLCH
oklch(0.874 0.039 269.4)CMYK
cmyk(15%, 11%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B9E6
2#879EDC
3#6482D2
4#4266C8
5#3252AC
6#28428A
7#1E3167
8#142145
9#0A1022
Tints
Lighter variations
1#D1DAF2
2#D6DEF3
3#DBE2F5
4#E0E6F6
5#E5EAF8
6#EAEEF9
7#F0F3FB
8#F5F7FC
9#FAFBFE
Tones
Muted variations
1#CDD6EE
2#CFD7EC
3#D1D8EB
4#D3D9E9
5#D5DAE7
6#D7DAE5
7#D8DBE3
8#DADCE1
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B5 #A4B5E5 | BordersInactive statesPlaceholder text |
| 400 | 758F #758FD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D6F #4D6FCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3253 #3253AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2842 #28428A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2F #1D2F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E3F | 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: #E3E9F7;
--lavender-200: #CCD5F0;
--lavender-300: #A4B5E5;
--lavender-400: #758FD7;
--lavender-500: #4D6FCB;
--lavender-600: #3253AE;
--lavender-700: #28428A;
--lavender-800: #1D2F63;
--lavender-900: #121E3F;
--lavender-950: #0B1328;
}