Lavender
#C5F1F7
CyanColor Codes
All color formats for development
HEX
#C5F1F7RGB
rgb(197, 241, 247)HSL
hsl(187, 76%, 87%)OKLCH
oklch(0.929 0.046 206.6)CMYK
cmyk(20%, 2%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EE8F2
2#77DFEC
3#50D5E7
4#28CCE2
5#1BB0C3
6#158C9C
7#106975
8#0B464E
9#052327
Tints
Lighter variations
1#CAF3F8
2#D0F4F9
3#D6F5F9
4#DCF7FA
5#E2F8FB
6#E8F9FC
7#EDFBFD
8#F3FCFD
9#F9FEFE
Tones
Muted variations
1#C7EFF5
2#CAEDF2
3#CCEBEF
4#CFE9ED
5#D1E8EA
6#D4E6E8
7#D6E4E5
8#D9E2E3
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFD;
--lavender-100: #E0F8FB;
--lavender-200: #C5F1F7;
--lavender-300: #98E7F1;
--lavender-400: #62DAEA;
--lavender-500: #35CFE3;
--lavender-600: #1BB2C5;
--lavender-700: #158D9D;
--lavender-800: #0F6570;
--lavender-900: #0A4148;
--lavender-950: #06282D;
}