Lavender
#C4D1F8
BlueColor Codes
All color formats for development
HEX
#C4D1F8RGB
rgb(196, 209, 248)HSL
hsl(225, 79%, 87%)OKLCH
oklch(0.864 0.056 270.7)CMYK
cmyk(21%, 16%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CB2F3
2#7493EF
3#4D74EA
4#2555E5
5#1743C7
6#13369F
7#0E2877
8#091B4F
9#050D28
Tints
Lighter variations
1#CAD5F9
2#D0DAF9
3#D5DFFA
4#DBE3FB
5#E1E8FC
6#E7EDFC
7#EDF1FD
8#F3F6FE
9#F9FAFE
Tones
Muted variations
1#C6D2F5
2#C9D3F3
3#CCD5F0
4#CED6EE
5#D1D7EB
6#D3D9E8
7#D6DAE6
8#D9DBE3
9#DBDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AD #96ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5F82 #5F82EC | Disabled statesSecondary iconsMuted text |
| 500 | 325F #325FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1844 #1844C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1336 #1336A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D27 #0D2772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FD;
--lavender-100: #DFE6FB;
--lavender-200: #C4D1F8;
--lavender-300: #96ADF3;
--lavender-400: #5F82EC;
--lavender-500: #325FE7;
--lavender-600: #1844C9;
--lavender-700: #1336A0;
--lavender-800: #0D2772;
--lavender-900: #091949;
--lavender-950: #050F2E;
}