Lavender
#CCDFEF
BlueColor Codes
All color formats for development
HEX
#CCDFEFRGB
rgb(204, 223, 239)HSL
hsl(207, 52%, 87%)OKLCH
oklch(0.894 0.03 243.4)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABCBE4
2#89B6DA
3#67A0CF
4#468BC4
5#3575A9
6#2B5D87
7#204665
8#152F43
9#0B1722
Tints
Lighter variations
1#D2E3F1
2#D7E6F2
3#DCE9F4
4#E1ECF5
5#E6EFF7
6#EBF2F9
7#F0F6FA
8#F5F9FC
9#FAFCFD
Tones
Muted variations
1#CEDFED
2#D0DFEC
3#D2DFEA
4#D4DFE8
5#D5DFE6
6#D7DFE5
7#D9DEE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E3 | BordersInactive statesPlaceholder text |
| 400 | 77AA #77AAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5192 #5192C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3676 #3676AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5E #2B5E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FB;
--lavender-100: #E4EEF6;
--lavender-200: #CDE0EF;
--lavender-300: #A6C7E3;
--lavender-400: #77AAD4;
--lavender-500: #5192C8;
--lavender-600: #3676AB;
--lavender-700: #2B5E88;
--lavender-800: #1F4361;
--lavender-900: #142B3E;
--lavender-950: #0C1B27;
}