Lavender
#CCE2EF
BlueColor Codes
All color formats for development
HEX
#CCE2EFRGB
rgb(204, 226, 239)HSL
hsl(202, 52%, 87%)OKLCH
oklch(0.9 0.029 233.6)CMYK
cmyk(15%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABCFE4
2#89BCDA
3#67A9CF
4#4696C4
5#357EA9
6#2B6587
7#204C65
8#153343
9#0B1922
Tints
Lighter variations
1#D2E5F1
2#D7E8F2
3#DCEBF4
4#E1EEF5
5#E6F1F7
6#EBF4F9
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CEE2ED
2#D0E2EC
3#D2E1EA
4#D4E1E8
5#D5E0E6
6#D7E0E5
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 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CC #A6CCE3 | BordersInactive statesPlaceholder text |
| 400 | 77B2 #77B2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519C #519CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3680 #3680AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B66 #2B6688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F49 #1F4961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4F0F6;
--lavender-200: #CDE2EF;
--lavender-300: #A6CCE3;
--lavender-400: #77B2D4;
--lavender-500: #519CC8;
--lavender-600: #3680AB;
--lavender-700: #2B6688;
--lavender-800: #1F4961;
--lavender-900: #142E3E;
--lavender-950: #0C1D27;
}