Lavender
#C7E7F4
BlueColor Codes
All color formats for development
HEX
#C7E7F4RGB
rgb(199, 231, 244)HSL
hsl(197, 67%, 87%)OKLCH
oklch(0.909 0.038 224.3)CMYK
cmyk(18%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3D8ED
2#7EC8E5
3#58B8DE
4#33A8D7
5#258FB9
6#1D7394
7#16566F
8#0F394A
9#071D25
Tints
Lighter variations
1#CDEAF5
2#D3ECF6
3#D8EFF7
4#DEF1F8
5#E3F3FA
6#E9F6FB
7#EEF8FC
8#F4FAFD
9#F9FDFE
Tones
Muted variations
1#CAE7F2
2#CCE6F0
3#CEE5ED
4#D1E4EB
5#D3E3E9
6#D5E2E7
7#D7E1E5
8#D9E0E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD5 #9DD5EC | BordersInactive statesPlaceholder text |
| 400 | 6AC0 #6AC0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAE #3FAED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2591 #2591BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D73 #1D7395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1552 #15526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3544 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFC;
--lavender-100: #E1F2F9;
--lavender-200: #C8E7F4;
--lavender-300: #9DD5EC;
--lavender-400: #6AC0E2;
--lavender-500: #3FAED9;
--lavender-600: #2591BB;
--lavender-700: #1D7395;
--lavender-800: #15526A;
--lavender-900: #0D3544;
--lavender-950: #08212B;
}