Lavender
#C5D6F7
BlueColor Codes
All color formats for development
HEX
#C5D6F7RGB
rgb(197, 214, 247)HSL
hsl(220, 76%, 87%)OKLCH
oklch(0.874 0.049 263.7)CMYK
cmyk(20%, 13%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EBAF2
2#779EEC
3#5082E7
4#2866E2
5#1B53C3
6#15429C
7#103275
8#0B214E
9#051127
Tints
Lighter variations
1#CADAF8
2#D0DEF9
3#D6E2F9
4#DCE6FA
5#E2EAFB
6#E8EEFC
7#EDF3FD
8#F3F7FD
9#F9FBFE
Tones
Muted variations
1#C7D6F5
2#CAD7F2
3#CCD8EF
4#CFD9ED
5#D1DAEA
6#D4DAE8
7#D6DBE5
8#D9DCE3
9#DBDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D5 #C5D5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B5 #98B5F1 | BordersInactive statesPlaceholder text |
| 400 | 628F #628FEA | Disabled statesSecondary iconsMuted text |
| 500 | 356F #356FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B54 #1B54C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1543 #15439D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F30 #0F3070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1E #0A1E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F5FD;
--lavender-100: #E0E9FB;
--lavender-200: #C5D5F7;
--lavender-300: #98B5F1;
--lavender-400: #628FEA;
--lavender-500: #356FE3;
--lavender-600: #1B54C5;
--lavender-700: #15439D;
--lavender-800: #0F3070;
--lavender-900: #0A1E48;
--lavender-950: #06132D;
}