Lavender
#C5F7EE
CyanColor Codes
All color formats for development
HEX
#C5F7EERGB
rgb(197, 247, 238)HSL
hsl(169, 76%, 87%)OKLCH
oklch(0.939 0.052 183)CMYK
cmyk(20%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2E2
2#77ECD7
3#50E7CB
4#28E2C0
5#1BC3A4
6#159C83
7#107563
8#0B4E42
9#052721
Tints
Lighter variations
1#CAF8F0
2#D0F9F1
3#D6F9F3
4#DCFAF5
5#E2FBF6
6#E8FCF8
7#EDFDFA
8#F3FDFC
9#F9FEFD
Tones
Muted variations
1#C7F5EC
2#CAF2EB
3#CCEFE9
4#CFEDE7
5#D1EAE6
6#D4E8E4
7#D6E5E3
8#D9E3E1
9#DBE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFB;
--lavender-100: #E0FBF6;
--lavender-200: #C5F7EE;
--lavender-300: #98F1E1;
--lavender-400: #62EAD1;
--lavender-500: #35E3C3;
--lavender-600: #1BC5A6;
--lavender-700: #159D84;
--lavender-800: #0F705E;
--lavender-900: #0A483C;
--lavender-950: #062D26;
}