Lavender
#C6CFF5
BlueColor Codes
All color formats for development
HEX
#C6CFF5RGB
rgb(198, 207, 245)HSL
hsl(229, 70%, 87%)OKLCH
oklch(0.86 0.054 274.7)CMYK
cmyk(19%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1AFEE
2#7B8FE8
3#566FE1
4#304FDA
5#213EBD
6#1B3197
7#142571
8#0D194B
9#070C26
Tints
Lighter variations
1#CCD4F6
2#D2D9F7
3#D8DEF8
4#DDE2F9
5#E3E7FA
6#E8ECFB
7#EEF1FC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#C9D1F3
2#CBD2F0
3#CED4EE
4#D0D5EC
5#D2D7E9
6#D5D8E7
7#D7D9E5
8#D9DBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAED | BordersInactive statesPlaceholder text |
| 400 | 677E #677EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C59 #3C59DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 223E #223EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B32 #1B3298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1323 #13236C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C17 #0C1745 | 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: #F2F4FD;
--lavender-100: #E1E5FA;
--lavender-200: #C7CFF5;
--lavender-300: #9BAAED;
--lavender-400: #677EE4;
--lavender-500: #3C59DD;
--lavender-600: #223EBF;
--lavender-700: #1B3298;
--lavender-800: #13236C;
--lavender-900: #0C1745;
--lavender-950: #080E2B;
}