Lavender
#C7CFF4
BlueColor Codes
All color formats for development
HEX
#C7CFF4RGB
rgb(199, 207, 244)HSL
hsl(229, 67%, 87%)OKLCH
oklch(0.86 0.052 275.6)CMYK
cmyk(18%, 15%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B0ED
2#7E91E5
3#5871DE
4#3351D7
5#2540B9
6#1D3394
7#16266F
8#0F1A4A
9#070D25
Tints
Lighter variations
1#CDD5F5
2#D3D9F6
3#D8DEF7
4#DEE3F8
5#E3E7FA
6#E9ECFB
7#EEF1FC
8#F4F6FD
9#F9FAFE
Tones
Muted variations
1#CAD1F2
2#CCD3F0
3#CED4ED
4#D1D5EB
5#D3D7E9
6#D5D8E7
7#D7DAE5
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 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D0 #C8D0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAB #9DABEC | BordersInactive statesPlaceholder text |
| 400 | 6A80 #6A80E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F5C #3F5CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2541 #2541BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D33 #1D3395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1525 #15256A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E6F9;
--lavender-200: #C8D0F4;
--lavender-300: #9DABEC;
--lavender-400: #6A80E2;
--lavender-500: #3F5CD9;
--lavender-600: #2541BB;
--lavender-700: #1D3395;
--lavender-800: #15256A;
--lavender-900: #0D1744;
--lavender-950: #080F2B;
}