Lavender
#C7E5F5
BlueColor Codes
All color formats for development
HEX
#C7E5F5RGB
rgb(199, 229, 245)HSL
hsl(201, 70%, 87%)OKLCH
oklch(0.905 0.039 231.1)CMYK
cmyk(19%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1D3EE
2#7BC2E8
3#56B0E1
4#309FDA
5#2186BD
6#1B6B97
7#145171
8#0D364B
9#071B26
Tints
Lighter variations
1#CCE7F6
2#D2EAF7
3#D8EDF8
4#DDEFF9
5#E3F2FA
6#E8F5FB
7#EEF7FC
8#F4FAFD
9#F9FCFE
Tones
Muted variations
1#C9E4F3
2#CBE3F0
3#CEE3EE
4#D0E2EC
5#D2E1E9
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 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1ED | BordersInactive statesPlaceholder text |
| 400 | 67B8 #67B8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA4 #3CA4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2288 #2288BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6C #1B6C98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134D #134D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3145 | 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: #C7E5F5;
--lavender-300: #9BD1ED;
--lavender-400: #67B8E4;
--lavender-500: #3CA4DD;
--lavender-600: #2288BF;
--lavender-700: #1B6C98;
--lavender-800: #134D6C;
--lavender-900: #0C3145;
--lavender-950: #081F2B;
}