Lavender
#C6CFF6
BlueColor Codes
All color formats for development
HEX
#C6CFF6RGB
rgb(198, 207, 246)HSL
hsl(229, 73%, 87%)OKLCH
oklch(0.86 0.055 275)CMYK
cmyk(20%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FAEF0
2#798EEA
3#536DE4
4#2C4DDE
5#1E3CC0
6#18309A
7#122473
8#0C184D
9#060C26
Tints
Lighter variations
1#CBD3F7
2#D1D8F8
3#D7DDF9
4#DDE2FA
5#E2E7FB
6#E8ECFB
7#EEF0FC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#C8D0F4
2#CAD2F1
3#CDD3EF
4#CFD5EC
5#D2D6EA
6#D4D8E8
7#D7D9E5
8#D9DBE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA9 #9AA9EF | BordersInactive statesPlaceholder text |
| 400 | 657C #657CE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3857 #3857E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3C #1E3CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1830 #18309A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1122 #11226E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B16 #0B1647 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FD;
--lavender-100: #E0E5FA;
--lavender-200: #C6CFF6;
--lavender-300: #9AA9EF;
--lavender-400: #657CE7;
--lavender-500: #3857E0;
--lavender-600: #1E3CC2;
--lavender-700: #18309A;
--lavender-800: #11226E;
--lavender-900: #0B1647;
--lavender-950: #070E2C;
}