Lavender
#C1CDFB
BlueColor Codes
All color formats for development
HEX
#C1CDFBRGB
rgb(193, 205, 251)HSL
hsl(228, 88%, 87%)OKLCH
oklch(0.854 0.066 273.5)CMYK
cmyk(23%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97AAF8
2#6D89F6
3#4467F3
4#1A45F0
5#0D34D1
6#0B2AA7
7#081F7D
8#051553
9#030A2A
Tints
Lighter variations
1#C7D1FB
2#CDD6FC
3#D3DCFC
4#DAE1FD
5#E0E6FD
6#E6EBFD
7#ECF0FE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4CEF8
2#C7D0F5
3#C9D2F2
4#CCD3EF
5#CFD5EC
6#D2D7EA
7#D5D9E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE4FD;
--lavender-200: #C1CCFB;
--lavender-300: #91A5F8;
--lavender-400: #5777F4;
--lavender-500: #2750F1;
--lavender-600: #0D35D3;
--lavender-700: #0B2AA8;
--lavender-800: #081E78;
--lavender-900: #05134D;
--lavender-950: #030C30;
}