Lavender
#C6F6E5
GreenColor Codes
All color formats for development
HEX
#C6F6E5RGB
rgb(198, 246, 229)HSL
hsl(159, 73%, 87%)OKLCH
oklch(0.935 0.054 171.5)CMYK
cmyk(20%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0D4
2#79EAC2
3#53E4B1
4#2CDEA0
5#1EC087
6#189A6C
7#127351
8#0C4D36
9#06261B
Tints
Lighter variations
1#CBF7E8
2#D1F8EA
3#D7F9ED
4#DDFAEF
5#E2FBF2
6#E8FBF5
7#EEFCF7
8#F4FDFA
9#F9FEFC
Tones
Muted variations
1#C8F4E4
2#CAF1E4
3#CDEFE3
4#CFECE2
5#D2EAE1
6#D4E8E1
7#D7E5E0
8#D9E3DF
9#DBE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4732 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDF9;
--lavender-100: #E0FAF1;
--lavender-200: #C6F6E5;
--lavender-300: #9AEFD1;
--lavender-400: #65E7B9;
--lavender-500: #38E0A5;
--lavender-600: #1EC289;
--lavender-700: #189A6D;
--lavender-800: #116E4E;
--lavender-900: #0B4732;
--lavender-950: #072C1F;
}