Lavender
#CCE7F0
BlueColor Codes
All color formats for development
HEX
#CCE7F0RGB
rgb(204, 231, 240)HSL
hsl(195, 55%, 87%)OKLCH
oklch(0.911 0.031 219.8)CMYK
cmyk(15%, 4%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9D7E6
2#87C7DC
3#64B7D2
4#42A7C8
5#328DAC
6#28718A
7#1E5567
8#143945
9#0A1C22
Tints
Lighter variations
1#D1E9F2
2#D6ECF3
3#DBEEF5
4#E0F1F6
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#D8E1E3
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 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 75BE #75BED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAC #4DACCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328F #328FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2872 #28728A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D51 #1D5163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #12343F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E3F2F7;
--lavender-200: #CCE7F0;
--lavender-300: #A4D4E5;
--lavender-400: #75BED7;
--lavender-500: #4DACCB;
--lavender-600: #328FAE;
--lavender-700: #28728A;
--lavender-800: #1D5163;
--lavender-900: #12343F;
--lavender-950: #0B2128;
}