Lavender
#C9EBF3
CyanColor Codes
All color formats for development
HEX
#C9EBF3RGB
rgb(201, 235, 243)HSL
hsl(191, 64%, 87%)OKLCH
oklch(0.918 0.037 213.5)CMYK
cmyk(17%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4DEEB
2#80D1E3
3#5BC4DB
4#37B7D3
5#289CB6
6#207D92
7#185E6D
8#103E49
9#081F24
Tints
Lighter variations
1#CEEDF4
2#D4EFF5
3#D9F1F7
4#DEF3F8
5#E4F5F9
6#E9F7FA
7#EFF9FB
8#F4FBFD
9#FAFDFE
Tones
Muted variations
1#CBEAF1
2#CDE9EF
3#CFE7ED
4#D1E6EB
5#D3E5E8
6#D5E3E6
7#D7E2E4
8#DAE1E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCEA | BordersInactive statesPlaceholder text |
| 400 | 6DCA #6DCADF | Disabled statesSecondary iconsMuted text |
| 500 | 43BB #43BBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289E #289EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207D #207D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175A #175A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFC;
--lavender-100: #E2F4F9;
--lavender-200: #C9EBF3;
--lavender-300: #9FDCEA;
--lavender-400: #6DCADF;
--lavender-500: #43BBD6;
--lavender-600: #289EB8;
--lavender-700: #207D92;
--lavender-800: #175A69;
--lavender-900: #0F3943;
--lavender-950: #09242A;
}