Lavender
#C7EAF5
CyanColor Codes
All color formats for development
HEX
#C7EAF5RGB
rgb(199, 234, 245)HSL
hsl(194, 70%, 87%)OKLCH
oklch(0.915 0.039 218.7)CMYK
cmyk(19%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1DCEE
2#7BCEE8
3#56C1E1
4#30B3DA
5#2198BD
6#1B7A97
7#145B71
8#0D3D4B
9#071E26
Tints
Lighter variations
1#CCECF6
2#D2EEF7
3#D8F0F8
4#DDF3F9
5#E3F5FA
6#E8F7FB
7#EEF9FC
8#F4FBFD
9#F9FDFE
Tones
Muted variations
1#C9E9F3
2#CBE8F0
3#CEE7EE
4#D0E5EC
5#D2E4E9
6#D5E3E7
7#D7E2E5
8#D9E0E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDA #9BDAED | BordersInactive statesPlaceholder text |
| 400 | 67C7 #67C7E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB7 #3CB7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229A #229ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7B #1B7B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1358 #13586C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFD;
--lavender-100: #E1F4FA;
--lavender-200: #C7EAF5;
--lavender-300: #9BDAED;
--lavender-400: #67C7E4;
--lavender-500: #3CB7DD;
--lavender-600: #229ABF;
--lavender-700: #1B7B98;
--lavender-800: #13586C;
--lavender-900: #0C3845;
--lavender-950: #08232B;
}