Lavender
#C4CCF8
BlueColor Codes
All color formats for development
HEX
#C4CCF8RGB
rgb(196, 204, 248)HSL
hsl(231, 79%, 87%)OKLCH
oklch(0.854 0.062 276.9)CMYK
cmyk(21%, 18%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA9F3
2#7487EF
3#4D64EA
4#2542E5
5#1732C7
6#13289F
7#0E1E77
8#09144F
9#050A28
Tints
Lighter variations
1#CAD1F9
2#D0D6F9
3#D5DBFA
4#DBE0FB
5#E1E5FC
6#E7EAFC
7#EDF0FD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C6CDF5
2#C9CFF3
3#CCD1F0
4#CED3EE
5#D1D5EB
6#D3D7E8
7#D6D8E6
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A4 #96A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5F74 #5F74EC | Disabled statesSecondary iconsMuted text |
| 500 | 324D #324DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1832 #1832C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1328 #1328A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0912 #091249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE3FB;
--lavender-200: #C4CCF8;
--lavender-300: #96A4F3;
--lavender-400: #5F74EC;
--lavender-500: #324DE7;
--lavender-600: #1832C9;
--lavender-700: #1328A0;
--lavender-800: #0D1C72;
--lavender-900: #091249;
--lavender-950: #050B2E;
}