Lavender
#C4CFF8
BlueColor Codes
All color formats for development
HEX
#C4CFF8RGB
rgb(196, 207, 248)HSL
hsl(227, 79%, 87%)OKLCH
oklch(0.86 0.058 273.3)CMYK
cmyk(21%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CAFF3
2#748FEF
3#4D6FEA
4#254FE5
5#173DC7
6#13319F
7#0E2577
8#09194F
9#050C28
Tints
Lighter variations
1#CAD4F9
2#D0D9F9
3#D5DDFA
4#DBE2FB
5#E1E7FC
6#E7ECFC
7#EDF1FD
8#F3F5FE
9#F9FAFE
Tones
Muted variations
1#C6D0F5
2#C9D2F3
3#CCD3F0
4#CED5EE
5#D1D6EB
6#D3D8E8
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AA #96AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F7E #5F7EEC | Disabled statesSecondary iconsMuted text |
| 500 | 3259 #3259E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 183E #183EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1331 #1331A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FD;
--lavender-100: #DFE5FB;
--lavender-200: #C4CFF8;
--lavender-300: #96AAF3;
--lavender-400: #5F7EEC;
--lavender-500: #3259E7;
--lavender-600: #183EC9;
--lavender-700: #1331A0;
--lavender-800: #0D2372;
--lavender-900: #091749;
--lavender-950: #050E2E;
}