Lavender
#C2C9FA
BlueColor Codes
All color formats for development
HEX
#C2C9FARGB
rgb(194, 201, 250)HSL
hsl(233, 85%, 87%)OKLCH
oklch(0.847 0.069 278.5)CMYK
cmyk(22%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99A4F7
2#707FF3
3#475AF0
4#1E36ED
5#1127CD
6#0D1FA4
7#0A177B
8#070F52
9#030829
Tints
Lighter variations
1#C8CEFB
2#CED3FB
3#D4D9FC
4#DADEFC
5#E0E4FD
6#E6E9FD
7#EDEFFE
8#F3F4FE
9#F9FAFF
Tones
Muted variations
1#C4CAF7
2#C7CDF4
3#CACFF2
4#CDD1EF
5#D0D3EC
6#D3D5E9
7#D5D7E6
8#D8DAE3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929E #929EF6 | BordersInactive statesPlaceholder text |
| 400 | 5A6C #5A6CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B41 #2B41EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1127 #1127D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1F #0D1FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A16 #0A1676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060E #060E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DEE2FC;
--lavender-200: #C2C8FA;
--lavender-300: #929EF6;
--lavender-400: #5A6CF2;
--lavender-500: #2B41EE;
--lavender-600: #1127D0;
--lavender-700: #0D1FA5;
--lavender-800: #0A1676;
--lavender-900: #060E4B;
--lavender-950: #04092F;
}