Lavender
#C5F7F0
CyanColor Codes
All color formats for development
HEX
#C5F7F0RGB
rgb(197, 247, 240)HSL
hsl(172, 76%, 87%)OKLCH
oklch(0.94 0.052 185.9)CMYK
cmyk(20%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2E7
2#77ECDD
3#50E7D3
4#28E2C9
5#1BC3AD
6#159C8A
7#107568
8#0B4E45
9#052723
Tints
Lighter variations
1#CAF8F2
2#D0F9F3
3#D6F9F5
4#DCFAF6
5#E2FBF8
6#E8FCF9
7#EDFDFB
8#F3FDFC
9#F9FEFE
Tones
Muted variations
1#C7F5EE
2#CAF2ED
3#CCEFEB
4#CFEDE9
5#D1EAE7
6#D4E8E5
7#D6E5E3
8#D9E3E2
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFC;
--lavender-100: #E0FBF7;
--lavender-200: #C5F7F0;
--lavender-300: #98F1E5;
--lavender-400: #62EAD7;
--lavender-500: #35E3CC;
--lavender-600: #1BC5AF;
--lavender-700: #159D8B;
--lavender-800: #0F7063;
--lavender-900: #0A4840;
--lavender-950: #062D28;
}