Lavender
#C3C9F9
BlueColor Codes
All color formats for development
HEX
#C3C9F9RGB
rgb(195, 201, 249)HSL
hsl(233, 82%, 87%)OKLCH
oklch(0.847 0.067 279.3)CMYK
cmyk(22%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA5F5
2#7281F1
3#4A5DED
4#2138E9
5#1429CA
6#1021A2
7#0C1979
8#081051
9#040828
Tints
Lighter variations
1#C9CEFA
2#CFD4FA
3#D5D9FB
4#DBDFFB
5#E1E4FC
6#E7E9FD
7#EDEFFD
8#F3F4FE
9#F9FAFE
Tones
Muted variations
1#C5CBF6
2#C8CDF4
3#CBCFF1
4#CED1EE
5#D0D3EB
6#D3D6E9
7#D6D8E6
8#D8DAE3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949F #949FF4 | BordersInactive statesPlaceholder text |
| 400 | 5D6E #5D6EEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E44 #2E44EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 142A #142ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1021 #1021A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B18 #0B1874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DFE2FC;
--lavender-200: #C3C9F9;
--lavender-300: #949FF4;
--lavender-400: #5D6EEF;
--lavender-500: #2E44EA;
--lavender-600: #142ACC;
--lavender-700: #1021A2;
--lavender-800: #0B1874;
--lavender-900: #070F4A;
--lavender-950: #05092E;
}