Lavender
#C3CDF8
BlueColor Codes
All color formats for development
HEX
#C3CDF8RGB
rgb(195, 205, 248)HSL
hsl(229, 79%, 87%)OKLCH
oklch(0.855 0.061 274.8)CMYK
cmyk(21%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CACF3
2#748BEF
3#4D69EA
4#2548E5
5#1737C7
6#132C9F
7#0E2177
8#09164F
9#050B28
Tints
Lighter variations
1#CAD2F9
2#D0D7F9
3#D5DCFA
4#DBE1FB
5#E1E6FC
6#E7EBFC
7#EDF0FD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C6CFF5
2#C9D1F3
3#CCD2F0
4#CED4EE
5#D1D6EB
6#D3D7E8
7#D6D9E6
8#D9DBE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A7 #96A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5F79 #5F79EC | Disabled statesSecondary iconsMuted text |
| 500 | 3253 #3253E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1838 #1838C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132D #132DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D20 #0D2072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FD;
--lavender-100: #DFE4FB;
--lavender-200: #C4CDF8;
--lavender-300: #96A7F3;
--lavender-400: #5F79EC;
--lavender-500: #3253E7;
--lavender-600: #1838C9;
--lavender-700: #132DA0;
--lavender-800: #0D2072;
--lavender-900: #091449;
--lavender-950: #050D2E;
}