Lavender
#C7DCF4
BlueColor Codes
All color formats for development
HEX
#C7DCF4RGB
rgb(199, 220, 244)HSL
hsl(212, 67%, 87%)OKLCH
oklch(0.886 0.04 251.8)CMYK
cmyk(18%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3C5ED
2#7EAEE5
3#5897DE
4#3380D7
5#256AB9
6#1D5594
7#16406F
8#0F2A4A
9#071525
Tints
Lighter variations
1#CDE0F5
2#D3E3F6
3#D8E7F7
4#DEEAF8
5#E3EEFA
6#E9F1FB
7#EEF5FC
8#F4F8FD
9#F9FCFE
Tones
Muted variations
1#CADDF2
2#CCDDF0
3#CEDDED
4#D1DDEB
5#D3DDE9
6#D5DDE7
7#D7DDE5
8#D9DEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC2 #9DC2EC | BordersInactive statesPlaceholder text |
| 400 | 6AA2 #6AA2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F87 #3F87D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 256B #256BBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D55 #1D5595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 153D #153D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2744 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F7FC;
--lavender-100: #E1ECF9;
--lavender-200: #C8DCF4;
--lavender-300: #9DC2EC;
--lavender-400: #6AA2E2;
--lavender-500: #3F87D9;
--lavender-600: #256BBB;
--lavender-700: #1D5595;
--lavender-800: #153D6A;
--lavender-900: #0D2744;
--lavender-950: #08182B;
}