Lavender
#C4EEF8
CyanColor Codes
All color formats for development
HEX
#C4EEF8RGB
rgb(196, 238, 248)HSL
hsl(192, 79%, 87%)OKLCH
oklch(0.923 0.045 213.8)CMYK
cmyk(21%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CE2F3
2#74D6EF
3#4DCBEA
4#25BFE5
5#17A4C7
6#13839F
7#0E6277
8#09414F
9#052128
Tints
Lighter variations
1#CAEFF9
2#D0F1F9
3#D5F3FA
4#DBF5FB
5#E1F6FC
6#E7F8FC
7#EDFAFD
8#F3FCFE
9#F9FDFE
Tones
Muted variations
1#C6ECF5
2#C9EAF3
3#CCE9F0
4#CEE7EE
5#D1E6EB
6#D3E4E8
7#D6E3E6
8#D9E1E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E0 #96E0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD0 #5FD0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C3 #32C3E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A5 #18A5C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1384 #1384A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFD;
--lavender-100: #DFF6FB;
--lavender-200: #C4EEF8;
--lavender-300: #96E0F3;
--lavender-400: #5FD0EC;
--lavender-500: #32C3E7;
--lavender-600: #18A5C9;
--lavender-700: #1384A0;
--lavender-800: #0D5E72;
--lavender-900: #093C49;
--lavender-950: #05262E;
}