Lavender
#C3CCF8
BlueColor Codes
All color formats for development
HEX
#C3CCF8RGB
rgb(195, 204, 248)HSL
hsl(230, 79%, 87%)OKLCH
oklch(0.853 0.062 275.9)CMYK
cmyk(21%, 18%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CABF3
2#7489EF
3#4D67EA
4#2545E5
5#1735C7
6#132A9F
7#0E2077
8#09154F
9#050B28
Tints
Lighter variations
1#CAD1F9
2#D0D7F9
3#D5DCFA
4#DBE1FB
5#E1E6FC
6#E7EBFC
7#EDF0FD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C6CEF5
2#C9D0F3
3#CCD2F0
4#CED3EE
5#D1D5EB
6#D3D7E8
7#D6D9E6
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 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE4FB;
--lavender-200: #C4CCF8;
--lavender-300: #96A5F3;
--lavender-400: #5F77EC;
--lavender-500: #3250E7;
--lavender-600: #1835C9;
--lavender-700: #132AA0;
--lavender-800: #0D1E72;
--lavender-900: #091349;
--lavender-950: #050C2E;
}