Lavender
#C2C5F9
BlueColor Codes
All color formats for development
HEX
#C2C5F9RGB
rgb(194, 197, 249)HSL
hsl(237, 82%, 87%)OKLCH
oklch(0.839 0.073 282.1)CMYK
cmyk(22%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9FF5
2#7278F1
3#4A52ED
4#212BE9
5#141DCA
6#1017A2
7#0C1179
8#080C51
9#040628
Tints
Lighter variations
1#C9CBFA
2#CFD1FA
3#D5D7FB
4#DBDCFB
5#E1E2FC
6#E7E8FD
7#EDEEFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C5C8F6
2#C8CAF4
3#CBCDF1
4#CECFEE
5#D0D2EB
6#D3D4E9
7#D6D7E6
8#D8D9E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F4 | BordersInactive statesPlaceholder text |
| 400 | 5D64 #5D64EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E38 #2E38EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 141D #141DCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1017 #1017A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B11 #0B1174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DFE0FC;
--lavender-200: #C3C5F9;
--lavender-300: #9499F4;
--lavender-400: #5D64EF;
--lavender-500: #2E38EA;
--lavender-600: #141DCC;
--lavender-700: #1017A2;
--lavender-800: #0B1174;
--lavender-900: #070B4A;
--lavender-950: #05072E;
}