Lavender
#CFC2FA
BlueColor Codes
All color formats for development
HEX
#CFC2FARGB
rgb(207, 194, 250)HSL
hsl(254, 85%, 87%)OKLCH
oklch(0.843 0.078 295.3)CMYK
cmyk(17%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF99F7
2#8E70F3
3#6E47F0
4#4E1EED
5#3D11CD
6#310DA4
7#240A7B
8#180752
9#0C0329
Tints
Lighter variations
1#D4C8FB
2#D8CEFB
3#DDD4FC
4#E2DAFC
5#E7E0FD
6#ECE6FD
7#F1EDFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#D0C4F7
2#D2C7F4
3#D3CAF2
4#D5CDEF
5#D6D0EC
6#D8D3E9
7#D9D5E6
8#DBD8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E5DEFC;
--lavender-200: #CFC2FA;
--lavender-300: #AA92F6;
--lavender-400: #7D5AF2;
--lavender-500: #582BEE;
--lavender-600: #3D11D0;
--lavender-700: #310DA5;
--lavender-800: #230A76;
--lavender-900: #16064B;
--lavender-950: #0E042F;
}