Lavender
#C1E0FB
BlueColor Codes
All color formats for development
HEX
#C1E0FBRGB
rgb(193, 224, 251)HSL
hsl(208, 88%, 87%)OKLCH
oklch(0.893 0.05 244.7)CMYK
cmyk(23%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97CBF8
2#6DB6F6
3#44A1F3
4#1A8CF0
5#0D75D1
6#0B5EA7
7#08467D
8#052F53
9#03172A
Tints
Lighter variations
1#C7E3FB
2#CDE6FC
3#D3E9FC
4#DAECFD
5#E0EFFD
6#E6F3FD
7#ECF6FE
8#F3F9FE
9#F9FCFF
Tones
Muted variations
1#C4E0F8
2#C7DFF5
3#C9DFF2
4#CCDFEF
5#CFDFEC
6#D2DFEA
7#D5DEE7
8#D8DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C1E0FB;
--lavender-300: #91C8F8;
--lavender-400: #57ABF4;
--lavender-500: #2793F1;
--lavender-600: #0D77D3;
--lavender-700: #0B5EA8;
--lavender-800: #084378;
--lavender-900: #052B4D;
--lavender-950: #031B30;
}