Lavender
#C5CAF7
BlueColor Codes
All color formats for development
HEX
#C5CAF7RGB
rgb(197, 202, 247)HSL
hsl(234, 76%, 87%)OKLCH
oklch(0.85 0.063 280)CMYK
cmyk(20%, 18%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA6F2
2#7782EC
3#505FE7
4#283BE2
5#1B2BC3
6#15239C
7#101A75
8#0B114E
9#050927
Tints
Lighter variations
1#CACFF8
2#D0D4F9
3#D6DAF9
4#DCDFFA
5#E2E4FB
6#E8EAFC
7#EDEFFD
8#F3F4FD
9#F9FAFE
Tones
Muted variations
1#C7CCF5
2#CACEF2
3#CCD0EF
4#CFD2ED
5#D1D4EA
6#D4D6E8
7#D6D8E5
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E2FB;
--lavender-200: #C5CAF7;
--lavender-300: #98A1F1;
--lavender-400: #626FEA;
--lavender-500: #3546E3;
--lavender-600: #1B2CC5;
--lavender-700: #15239D;
--lavender-800: #0F1970;
--lavender-900: #0A1048;
--lavender-950: #060A2D;
}