Lavender
#C1CFFB
BlueColor Codes
All color formats for development
HEX
#C1CFFBRGB
rgb(193, 207, 251)HSL
hsl(226, 88%, 87%)OKLCH
oklch(0.858 0.063 271.2)CMYK
cmyk(23%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97AEF8
2#6D8DF6
3#446DF3
4#1A4CF0
5#0D3BD1
6#0B2FA7
7#08237D
8#051853
9#030C2A
Tints
Lighter variations
1#C7D3FB
2#CDD8FC
3#D3DDFC
4#DAE2FD
5#E0E7FD
6#E6ECFD
7#ECF0FE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4D0F8
2#C7D1F5
3#C9D3F2
4#CCD5EF
5#CFD6EC
6#D2D8EA
7#D5D9E7
8#D8DBE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE5FD;
--lavender-200: #C1CEFB;
--lavender-300: #91A9F8;
--lavender-400: #577CF4;
--lavender-500: #2756F1;
--lavender-600: #0D3CD3;
--lavender-700: #0B2FA8;
--lavender-800: #082278;
--lavender-900: #05164D;
--lavender-950: #030E30;
}