Lavender
#CCE1EF
BlueColor Codes
All color formats for development
HEX
#CCE1EFRGB
rgb(204, 225, 239)HSL
hsl(204, 52%, 87%)OKLCH
oklch(0.898 0.03 236.9)CMYK
cmyk(15%, 6%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABCDE4
2#89BADA
3#67A6CF
4#4692C4
5#357AA9
6#2B6287
7#204965
8#153143
9#0B1822
Tints
Lighter variations
1#D2E4F1
2#D7E7F2
3#DCEAF4
4#E1EDF5
5#E6F0F7
6#EBF3F9
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CEE1ED
2#D0E1EC
3#D2E0EA
4#D4E0E8
5#D5E0E6
6#D7DFE5
7#D9DFE3
8#DADFE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CA #A6CAE3 | BordersInactive statesPlaceholder text |
| 400 | 77AF #77AFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5198 #5198C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367C #367CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B63 #2B6388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142D #142D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EFF6;
--lavender-200: #CDE1EF;
--lavender-300: #A6CAE3;
--lavender-400: #77AFD4;
--lavender-500: #5198C8;
--lavender-600: #367CAB;
--lavender-700: #2B6388;
--lavender-800: #1F4661;
--lavender-900: #142D3E;
--lavender-950: #0C1C27;
}