Lavender
#C8CCF4
BlueColor Codes
All color formats for development
HEX
#C8CCF4RGB
rgb(200, 204, 244)HSL
hsl(235, 67%, 87%)OKLCH
oklch(0.855 0.056 280.7)CMYK
cmyk(18%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A9ED
2#7E86E5
3#5864DE
4#3341D7
5#2531B9
6#1D2794
7#161D6F
8#0F144A
9#070A25
Tints
Lighter variations
1#CDD1F5
2#D3D6F6
3#D8DBF7
4#DEE0F8
5#E3E5FA
6#E9EAFB
7#EEF0FC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#CACDF2
2#CCCFF0
3#CED1ED
4#D1D3EB
5#D3D5E9
6#D5D6E7
7#D7D8E5
8#D9DAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA4 #9DA4EC | BordersInactive statesPlaceholder text |
| 400 | 6A74 #6A74E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F4C #3F4CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2532 #2532BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D27 #1D2795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 151C #151C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1244 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E1E3F9;
--lavender-200: #C8CBF4;
--lavender-300: #9DA4EC;
--lavender-400: #6A74E2;
--lavender-500: #3F4CD9;
--lavender-600: #2532BB;
--lavender-700: #1D2795;
--lavender-800: #151C6A;
--lavender-900: #0D1244;
--lavender-950: #080B2B;
}