Lavender
#C7D9F5
BlueColor Codes
All color formats for development
HEX
#C7D9F5RGB
rgb(199, 217, 245)HSL
hsl(217, 70%, 87%)OKLCH
oklch(0.881 0.043 259.2)CMYK
cmyk(19%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1BFEE
2#7BA5E8
3#568BE1
4#3071DA
5#215DBD
6#1B4A97
7#143871
8#0D254B
9#071326
Tints
Lighter variations
1#CCDCF6
2#D2E0F7
3#D8E4F8
4#DDE8F9
5#E3ECFA
6#E8F0FB
7#EEF3FC
8#F4F7FD
9#F9FBFE
Tones
Muted variations
1#C9D9F3
2#CBDAF0
3#CEDAEE
4#D0DBEC
5#D2DBE9
6#D5DCE7
7#D7DCE5
8#D9DDE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBB #9BBBED | BordersInactive statesPlaceholder text |
| 400 | 6797 #6797E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7A #3C7ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225E #225EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4B #1B4B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1335 #13356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C22 #0C2245 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F6FD;
--lavender-100: #E1EAFA;
--lavender-200: #C7D8F5;
--lavender-300: #9BBBED;
--lavender-400: #6797E4;
--lavender-500: #3C7ADD;
--lavender-600: #225EBF;
--lavender-700: #1B4B98;
--lavender-800: #13356C;
--lavender-900: #0C2245;
--lavender-950: #08152B;
}