Lavender
#C9C2FA
BlueColor Codes
All color formats for development
HEX
#C9C2FARGB
rgb(201, 194, 250)HSL
hsl(248, 85%, 87%)OKLCH
oklch(0.839 0.078 290.3)CMYK
cmyk(20%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A599F7
2#8170F3
3#5D47F0
4#391EED
5#2A11CD
6#210DA4
7#190A7B
8#110752
9#080329
Tints
Lighter variations
1#CFC8FB
2#D4CEFB
3#D9D4FC
4#DFDAFC
5#E4E0FD
6#E9E6FD
7#EFEDFE
8#F4F3FE
9#FAF9FF
Tones
Muted variations
1#CBC4F7
2#CDC7F4
3#CFCAF2
4#D1CDEF
5#D4D0EC
6#D6D3E9
7#D8D5E6
8#DAD8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E2DEFC;
--lavender-200: #C9C2FA;
--lavender-300: #A092F6;
--lavender-400: #6E5AF2;
--lavender-500: #452BEE;
--lavender-600: #2A11D0;
--lavender-700: #220DA5;
--lavender-800: #180A76;
--lavender-900: #0F064B;
--lavender-950: #0A042F;
}