Lavender
#CBE6F0
BlueColor Codes
All color formats for development
HEX
#CBE6F0RGB
rgb(203, 230, 240)HSL
hsl(196, 55%, 87%)OKLCH
oklch(0.908 0.032 222.1)CMYK
cmyk(15%, 4%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9D6E6
2#87C5DC
3#64B5D2
4#42A4C8
5#328BAC
6#28708A
7#1E5467
8#143845
9#0A1C22
Tints
Lighter variations
1#D1E9F2
2#D6EBF3
3#DBEEF5
4#E0F0F6
5#E5F3F8
6#EAF5F9
7#F0F8FB
8#F5FAFC
9#FAFDFE
Tones
Muted variations
1#CDE6EE
2#CFE5EC
3#D1E4EB
4#D3E3E9
5#D5E2E7
6#D7E1E5
7#D8E0E3
8#DAE0E1
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 75BD #75BDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAA #4DAACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328D #328DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2870 #28708A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #12333F | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E3F2F7;
--lavender-200: #CCE6F0;
--lavender-300: #A4D3E5;
--lavender-400: #75BDD7;
--lavender-500: #4DAACB;
--lavender-600: #328DAE;
--lavender-700: #28708A;
--lavender-800: #1D5063;
--lavender-900: #12333F;
--lavender-950: #0B2028;
}