Lavender
#CCDEF0
BlueColor Codes
All color formats for development
HEX
#CCDEF0RGB
rgb(204, 222, 240)HSL
hsl(210, 55%, 87%)OKLCH
oklch(0.893 0.031 248.2)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9C8E6
2#87B1DC
3#649BD2
4#4285C8
5#326FAC
6#28598A
7#1E4367
8#142C45
9#0A1622
Tints
Lighter variations
1#D1E1F2
2#D6E4F3
3#DBE8F5
4#E0EBF6
5#E5EEF8
6#EAF2F9
7#F0F5FB
8#F5F8FC
9#FAFCFE
Tones
Muted variations
1#CDDEEE
2#CFDEEC
3#D1DEEB
4#D3DEE9
5#D5DEE7
6#D7DEE5
7#D8DEE3
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 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C4 #A4C4E5 | BordersInactive statesPlaceholder text |
| 400 | 75A6 #75A6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8C #4D8CCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3270 #3270AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2859 #28598A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1229 #12293F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3EDF7;
--lavender-200: #CCDEF0;
--lavender-300: #A4C4E5;
--lavender-400: #75A6D7;
--lavender-500: #4D8CCB;
--lavender-600: #3270AE;
--lavender-700: #28598A;
--lavender-800: #1D4063;
--lavender-900: #12293F;
--lavender-950: #0B1A28;
}