Lavender
#C6F6E9
GreenColor Codes
All color formats for development
HEX
#C6F6E9RGB
rgb(198, 246, 233)HSL
hsl(164, 73%, 87%)OKLCH
oklch(0.936 0.052 176.8)CMYK
cmyk(20%, 0%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0DB
2#79EACC
3#53E4BD
4#2CDEAF
5#1EC095
6#189A77
7#127359
8#0C4D3B
9#06261E
Tints
Lighter variations
1#CBF7EB
2#D1F8EE
3#D7F9F0
4#DDFAF2
5#E2FBF4
6#E8FBF6
7#EEFCF8
8#F4FDFB
9#F9FEFD
Tones
Muted variations
1#C8F4E8
2#CAF1E7
3#CDEFE6
4#CFECE5
5#D2EAE3
6#D4E8E2
7#D7E5E1
8#D9E3E0
9#DBE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFA;
--lavender-100: #E0FAF3;
--lavender-200: #C6F6E9;
--lavender-300: #9AEFD8;
--lavender-400: #65E7C4;
--lavender-500: #38E0B3;
--lavender-600: #1EC296;
--lavender-700: #189A78;
--lavender-800: #116E55;
--lavender-900: #0B4737;
--lavender-950: #072C22;
}