Lavender
#C4E3F8
BlueColor Codes
All color formats for development
HEX
#C4E3F8RGB
rgb(196, 227, 248)HSL
hsl(204, 79%, 87%)OKLCH
oklch(0.9 0.044 237.6)CMYK
cmyk(21%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CD0F3
2#74BEEF
3#4DABEA
4#2598E5
5#1780C7
6#13679F
7#0E4D77
8#09334F
9#051A28
Tints
Lighter variations
1#CAE6F9
2#D0E9F9
3#D5EBFA
4#DBEEFB
5#E1F1FC
6#E7F4FC
7#EDF7FD
8#F3F9FE
9#F9FCFE
Tones
Muted variations
1#C6E3F5
2#C9E2F3
3#CCE2F0
4#CEE1EE
5#D1E0EB
6#D3E0E8
7#D6DFE6
8#D9DFE3
9#DBDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FD;
--lavender-100: #DFF0FB;
--lavender-200: #C4E3F8;
--lavender-300: #96CEF3;
--lavender-400: #5FB4EC;
--lavender-500: #329EE7;
--lavender-600: #1882C9;
--lavender-700: #1367A0;
--lavender-800: #0D4A72;
--lavender-900: #092F49;
--lavender-950: #051E2E;
}