Lavender
#CBC2FA
BlueColor Codes
All color formats for development
HEX
#CBC2FARGB
rgb(203, 194, 250)HSL
hsl(250, 85%, 87%)OKLCH
oklch(0.84 0.078 292)CMYK
cmyk(19%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A899F7
2#8670F3
3#6347F0
4#401EED
5#3011CD
6#260DA4
7#1D0A7B
8#130752
9#0A0329
Tints
Lighter variations
1#D0C8FB
2#D5CEFB
3#DBD4FC
4#E0DAFC
5#E5E0FD
6#EAE6FD
7#EFEDFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#CDC4F7
2#CFC7F4
3#D1CAF2
4#D3CDEF
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 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A392 #A392F6 | BordersInactive statesPlaceholder text |
| 400 | 735A #735AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4B2B #4B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3111 #3111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270D #270DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0A #1C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1206 #12064B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E3DEFC;
--lavender-200: #CBC2FA;
--lavender-300: #A392F6;
--lavender-400: #735AF2;
--lavender-500: #4B2BEE;
--lavender-600: #3111D0;
--lavender-700: #270DA5;
--lavender-800: #1C0A76;
--lavender-900: #12064B;
--lavender-950: #0B042F;
}