Lavender
#CCDDF0
BlueColor Codes
All color formats for development
HEX
#CCDDF0RGB
rgb(204, 221, 240)HSL
hsl(212, 55%, 87%)OKLCH
oklch(0.891 0.032 251.1)CMYK
cmyk(15%, 8%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9C6E6
2#87AFDC
3#6498D2
4#4281C8
5#326BAC
6#28558A
7#1E4067
8#142B45
9#0A1522
Tints
Lighter variations
1#D1E0F2
2#D6E4F3
3#DBE7F5
4#E0EAF6
5#E5EEF8
6#EAF1F9
7#F0F5FB
8#F5F8FC
9#FAFCFE
Tones
Muted variations
1#CDDDEE
2#CFDDEC
3#D1DDEB
4#D3DDE9
5#D5DDE7
6#D7DDE5
7#D8DDE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C2 #A4C2E5 | BordersInactive statesPlaceholder text |
| 400 | 75A2 #75A2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D88 #4D88CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 326C #326CAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2856 #28568A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3D #1D3D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #12273F | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3ECF7;
--lavender-200: #CCDDF0;
--lavender-300: #A4C2E5;
--lavender-400: #75A2D7;
--lavender-500: #4D88CB;
--lavender-600: #326CAE;
--lavender-700: #28568A;
--lavender-800: #1D3D63;
--lavender-900: #12273F;
--lavender-950: #0B1928;
}