Lavender
#C7CEF4
BlueColor Codes
All color formats for development
HEX
#C7CEF4RGB
rgb(199, 206, 244)HSL
hsl(231, 67%, 87%)OKLCH
oklch(0.858 0.053 277)CMYK
cmyk(18%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3AEED
2#7E8DE5
3#586DDE
4#334CD7
5#253BB9
6#1D2F94
7#16236F
8#0F184A
9#070C25
Tints
Lighter variations
1#CDD3F5
2#D3D8F6
3#D8DDF7
4#DEE2F8
5#E3E7FA
6#E9ECFB
7#EEF0FC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#CAD0F2
2#CCD1F0
3#CED3ED
4#D1D5EB
5#D3D6E9
6#D5D8E7
7#D7D9E5
8#D9DBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA9 #9DA9EC | BordersInactive statesPlaceholder text |
| 400 | 6A7C #6A7CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F56 #3F56D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 253C #253CBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2F #1D2F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1522 #15226A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1644 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E5F9;
--lavender-200: #C8CEF4;
--lavender-300: #9DA9EC;
--lavender-400: #6A7CE2;
--lavender-500: #3F56D9;
--lavender-600: #253CBB;
--lavender-700: #1D2F95;
--lavender-800: #15226A;
--lavender-900: #0D1644;
--lavender-950: #080E2B;
}