Lavender
#C5D1F7
BlueColor Codes
All color formats for development
HEX
#C5D1F7RGB
rgb(197, 209, 247)HSL
hsl(226, 76%, 87%)OKLCH
oklch(0.864 0.054 271.4)CMYK
cmyk(20%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EB1F2
2#7792EC
3#5073E7
4#2854E2
5#1B42C3
6#15359C
7#102875
8#0B1A4E
9#050D27
Tints
Lighter variations
1#CAD5F8
2#D0DAF9
3#D6DEF9
4#DCE3FA
5#E2E8FB
6#E8ECFC
7#EDF1FD
8#F3F6FD
9#F9FAFE
Tones
Muted variations
1#C7D2F5
2#CAD3F2
3#CCD4EF
4#CFD6ED
5#D1D7EA
6#D4D8E8
7#D6DAE5
8#D9DBE3
9#DBDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AD #98ADF1 | BordersInactive statesPlaceholder text |
| 400 | 6282 #6282EA | Disabled statesSecondary iconsMuted text |
| 500 | 355E #355EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B43 #1B43C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1535 #15359D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F26 #0F2670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A18 #0A1848 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FD;
--lavender-100: #E0E6FB;
--lavender-200: #C5D0F7;
--lavender-300: #98ADF1;
--lavender-400: #6282EA;
--lavender-500: #355EE3;
--lavender-600: #1B43C5;
--lavender-700: #15359D;
--lavender-800: #0F2670;
--lavender-900: #0A1848;
--lavender-950: #060F2D;
}