Lavender
#C7DBF4
BlueColor Codes
All color formats for development
HEX
#C7DBF4RGB
rgb(199, 219, 244)HSL
hsl(213, 67%, 87%)OKLCH
oklch(0.884 0.041 254)CMYK
cmyk(18%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3C4ED
2#7EACE5
3#5895DE
4#337DD7
5#2567B9
6#1D5394
7#163E6F
8#0F294A
9#071525
Tints
Lighter variations
1#CDDFF5
2#D3E3F6
3#D8E6F7
4#DEEAF8
5#E3EDFA
6#E9F1FB
7#EEF4FC
8#F4F8FD
9#F9FBFE
Tones
Muted variations
1#CADCF2
2#CCDCF0
3#CEDCED
4#D1DDEB
5#D3DDE9
6#D5DDE7
7#D7DDE5
8#D9DDE2
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 | 9DC0 #9DC0EC | BordersInactive statesPlaceholder text |
| 400 | 6AA0 #6AA0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F85 #3F85D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2569 #2569BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D53 #1D5395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 153B #153B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2644 | 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: #9DC0EC;
--lavender-400: #6AA0E2;
--lavender-500: #3F85D9;
--lavender-600: #2569BB;
--lavender-700: #1D5395;
--lavender-800: #153B6A;
--lavender-900: #0D2644;
--lavender-950: #08182B;
}