Lavender
#CCBFFD
BlueColor Codes
All color formats for development
HEX
#CCBFFDRGB
rgb(204, 191, 253)HSL
hsl(253, 94%, 87%)OKLCH
oklch(0.836 0.087 294.1)CMYK
cmyk(19%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA94FC
2#8869FA
3#663EF9
4#4413F8
5#3407D7
6#2905AC
7#1F0481
8#150356
9#0A012B
Tints
Lighter variations
1#D1C5FD
2#D6CCFD
3#DBD2FE
4#E1D8FE
5#E6DFFE
6#EBE5FE
7#F0ECFE
8#F5F2FF
9#FAF9FF
Tones
Muted variations
1#CEC2FA
2#D0C5F7
3#D1C8F4
4#D3CBF1
5#D5CEED
6#D7D1EA
7#D9D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFB | BordersInactive statesPlaceholder text |
| 400 | 7652 #7652FA | Disabled statesSecondary iconsMuted text |
| 500 | 4F20 #4F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3407 #3407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A05 #2A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #13024F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F0FF;
--lavender-100: #E4DCFE;
--lavender-200: #CCBFFD;
--lavender-300: #A58DFB;
--lavender-400: #7652FA;
--lavender-500: #4F20F8;
--lavender-600: #3407DA;
--lavender-700: #2A05AD;
--lavender-800: #1E047C;
--lavender-900: #13024F;
--lavender-950: #0C0231;
}