Lavender
#CBE0F0
BlueColor Codes
All color formats for development
HEX
#CBE0F0RGB
rgb(203, 224, 240)HSL
hsl(206, 55%, 87%)OKLCH
oklch(0.896 0.031 240.7)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9CCE6
2#87B7DC
3#64A3D2
4#428EC8
5#3277AC
6#285F8A
7#1E4767
8#143045
9#0A1822
Tints
Lighter variations
1#D1E3F2
2#D6E6F3
3#DBE9F5
4#E0EDF6
5#E5F0F8
6#EAF3F9
7#F0F6FB
8#F5F9FC
9#FAFCFE
Tones
Muted variations
1#CDE0EE
2#CFE0EC
3#D1E0EB
4#D3DFE9
5#D5DFE7
6#D7DFE5
7#D8DFE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 75AC #75ACD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D95 #4D95CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3278 #3278AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2860 #28608A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E3EEF7;
--lavender-200: #CCE0F0;
--lavender-300: #A4C9E5;
--lavender-400: #75ACD7;
--lavender-500: #4D95CB;
--lavender-600: #3278AE;
--lavender-700: #28608A;
--lavender-800: #1D4463;
--lavender-900: #122C3F;
--lavender-950: #0B1B28;
}