Lavender
#C7E4F5
BlueColor Codes
All color formats for development
HEX
#C7E4F5RGB
rgb(199, 228, 245)HSL
hsl(202, 70%, 87%)OKLCH
oklch(0.903 0.039 233.6)CMYK
cmyk(19%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1D2EE
2#7BC0E8
3#56AEE1
4#309CDA
5#2184BD
6#1B6997
7#144F71
8#0D354B
9#071A26
Tints
Lighter variations
1#CCE7F6
2#D2E9F7
3#D8ECF8
4#DDEFF9
5#E3F2FA
6#E8F4FB
7#EEF7FC
8#F4FAFD
9#F9FCFE
Tones
Muted variations
1#C9E3F3
2#CBE3F0
3#CEE2EE
4#D0E2EC
5#D2E1E9
6#D5E0E7
7#D7E0E5
8#D9DFE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E1F0FA;
--lavender-200: #C7E4F5;
--lavender-300: #9BCFED;
--lavender-400: #67B6E4;
--lavender-500: #3CA2DD;
--lavender-600: #2285BF;
--lavender-700: #1B6A98;
--lavender-800: #134C6C;
--lavender-900: #0C3045;
--lavender-950: #081E2B;
}