Lavender
#C7E7F5
BlueColor Codes
All color formats for development
HEX
#C7E7F5RGB
rgb(199, 231, 245)HSL
hsl(198, 70%, 87%)OKLCH
oklch(0.909 0.039 226.1)CMYK
cmyk(19%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1D7EE
2#7BC7E8
3#56B7E1
4#30A7DA
5#218EBD
6#1B7297
7#145571
8#0D394B
9#071C26
Tints
Lighter variations
1#CCEAF6
2#D2ECF7
3#D8EEF8
4#DDF1F9
5#E3F3FA
6#E8F5FB
7#EEF8FC
8#F4FAFD
9#F9FDFE
Tones
Muted variations
1#C9E6F3
2#CBE5F0
3#CEE4EE
4#D0E3EC
5#D2E2E9
6#D5E2E7
7#D7E1E5
8#D9E0E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD5 #9BD5ED | BordersInactive statesPlaceholder text |
| 400 | 67BF #67BFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAC #3CACDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2290 #2290BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B72 #1B7298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1352 #13526C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C34 #0C3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E1F2FA;
--lavender-200: #C7E7F5;
--lavender-300: #9BD5ED;
--lavender-400: #67BFE4;
--lavender-500: #3CACDD;
--lavender-600: #2290BF;
--lavender-700: #1B7298;
--lavender-800: #13526C;
--lavender-900: #0C3445;
--lavender-950: #08212B;
}