Lavender
#C7E0F5
BlueColor Codes
All color formats for development
HEX
#C7E0F5RGB
rgb(199, 224, 245)HSL
hsl(207, 70%, 87%)OKLCH
oklch(0.895 0.039 243.5)CMYK
cmyk(19%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1CCEE
2#7BB7E8
3#56A2E1
4#308EDA
5#2177BD
6#1B5F97
7#144771
8#0D2F4B
9#071826
Tints
Lighter variations
1#CCE3F6
2#D2E6F7
3#D8E9F8
4#DDEDF9
5#E3F0FA
6#E8F3FB
7#EEF6FC
8#F4F9FD
9#F9FCFE
Tones
Muted variations
1#C9E0F3
2#CBE0F0
3#CEDFEE
4#D0DFEC
5#D2DFE9
6#D5DFE7
7#D7DFE5
8#D9DEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC8 #9BC8ED | BordersInactive statesPlaceholder text |
| 400 | 67AC #67ACE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C94 #3C94DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2278 #2278BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5F #1B5F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1344 #13446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2C #0C2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E1EEFA;
--lavender-200: #C7E0F5;
--lavender-300: #9BC8ED;
--lavender-400: #67ACE4;
--lavender-500: #3C94DD;
--lavender-600: #2278BF;
--lavender-700: #1B5F98;
--lavender-800: #13446C;
--lavender-900: #0C2C45;
--lavender-950: #081B2B;
}