Lavender
#C7E6F5
BlueColor Codes
All color formats for development
HEX
#C7E6F5RGB
rgb(199, 230, 245)HSL
hsl(200, 70%, 87%)OKLCH
oklch(0.907 0.039 228.5)CMYK
cmyk(19%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1D5EE
2#7BC4E8
3#56B3E1
4#30A2DA
5#2189BD
6#1B6D97
7#145271
8#0D374B
9#071B26
Tints
Lighter variations
1#CCE8F6
2#D2EBF7
3#D8EDF8
4#DDF0F9
5#E3F2FA
6#E8F5FB
7#EEF7FC
8#F4FAFD
9#F9FCFE
Tones
Muted variations
1#C9E5F3
2#CBE4F0
3#CEE3EE
4#D0E2EC
5#D2E2E9
6#D5E1E7
7#D7E0E5
8#D9DFE2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2ED | BordersInactive statesPlaceholder text |
| 400 | 67BB #67BBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA7 #3CA7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228A #228ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6E #1B6E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134F #134F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E1F1FA;
--lavender-200: #C7E6F5;
--lavender-300: #9BD2ED;
--lavender-400: #67BBE4;
--lavender-500: #3CA7DD;
--lavender-600: #228ABF;
--lavender-700: #1B6E98;
--lavender-800: #134F6C;
--lavender-900: #0C3245;
--lavender-950: #081F2B;
}