Lavender
#CCDFF0
BlueColor Codes
All color formats for development
HEX
#CCDFF0RGB
rgb(204, 223, 240)HSL
hsl(208, 55%, 87%)OKLCH
oklch(0.895 0.031 245.1)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9CAE6
2#87B4DC
3#649FD2
4#428AC8
5#3273AC
6#285C8A
7#1E4567
8#142E45
9#0A1722
Tints
Lighter variations
1#D1E2F2
2#D6E5F3
3#DBE9F5
4#E0ECF6
5#E5EFF8
6#EAF2F9
7#F0F5FB
8#F5F9FC
9#FAFCFE
Tones
Muted variations
1#CDDFEE
2#CFDFEC
3#D1DFEB
4#D3DFE9
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 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDF #CCDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 75A9 #75A9D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D90 #4D90CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3274 #3274AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285D #285D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D42 #1D4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A3F | 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: #F3F8FC;
--lavender-100: #E3EEF7;
--lavender-200: #CCDFF0;
--lavender-300: #A4C7E5;
--lavender-400: #75A9D7;
--lavender-500: #4D90CB;
--lavender-600: #3274AE;
--lavender-700: #285D8A;
--lavender-800: #1D4263;
--lavender-900: #122A3F;
--lavender-950: #0B1A28;
}