Lavender
#C4D0F8
BlueColor Codes
All color formats for development
HEX
#C4D0F8RGB
rgb(196, 208, 248)HSL
hsl(226, 79%, 87%)OKLCH
oklch(0.862 0.057 272)CMYK
cmyk(21%, 16%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CB0F3
2#7491EF
3#4D71EA
4#2552E5
5#1740C7
6#13339F
7#0E2777
8#091A4F
9#050D28
Tints
Lighter variations
1#CAD5F9
2#D0D9F9
3#D5DEFA
4#DBE3FB
5#E1E7FC
6#E7ECFC
7#EDF1FD
8#F3F6FE
9#F9FAFE
Tones
Muted variations
1#C6D1F5
2#C9D3F3
3#CCD4F0
4#CED5EE
5#D1D7EB
6#D3D8E8
7#D6DAE6
8#D9DBE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AC #96ACF3 | BordersInactive statesPlaceholder text |
| 400 | 5F80 #5F80EC | Disabled statesSecondary iconsMuted text |
| 500 | 325C #325CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1841 #1841C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1334 #1334A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FD;
--lavender-100: #DFE6FB;
--lavender-200: #C4D0F8;
--lavender-300: #96ACF3;
--lavender-400: #5F80EC;
--lavender-500: #325CE7;
--lavender-600: #1841C9;
--lavender-700: #1334A0;
--lavender-800: #0D2572;
--lavender-900: #091849;
--lavender-950: #050F2E;
}