Lavender
#CFC1FB
BlueColor Codes
All color formats for development
HEX
#CFC1FBRGB
rgb(207, 193, 251)HSL
hsl(254, 88%, 87%)OKLCH
oklch(0.842 0.081 295.7)CMYK
cmyk(18%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE97F8
2#8D6DF6
3#6D44F3
4#4C1AF0
5#3B0DD1
6#2F0BA7
7#23087D
8#180553
9#0C032A
Tints
Lighter variations
1#D3C7FB
2#D8CDFC
3#DDD3FC
4#E2DAFD
5#E7E0FD
6#ECE6FD
7#F0ECFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#D0C4F8
2#D1C7F5
3#D3C9F2
4#D5CCEF
5#D6CFEC
6#D8D2EA
7#D9D5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E5DDFD;
--lavender-200: #CEC1FB;
--lavender-300: #A991F8;
--lavender-400: #7C57F4;
--lavender-500: #5627F1;
--lavender-600: #3C0DD3;
--lavender-700: #2F0BA8;
--lavender-800: #220878;
--lavender-900: #16054D;
--lavender-950: #0E0330;
}