Lavender
#C6F6E7
GreenColor Codes
All color formats for development
HEX
#C6F6E7RGB
rgb(198, 246, 231)HSL
hsl(161, 73%, 87%)OKLCH
oklch(0.936 0.053 174.1)CMYK
cmyk(20%, 0%, 6%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0D6
2#79EAC6
3#53E4B6
4#2CDEA6
5#1EC08D
6#189A70
7#127354
8#0C4D38
9#06261C
Tints
Lighter variations
1#CBF7E9
2#D1F8EC
3#D7F9EE
4#DDFAF0
5#E2FBF3
6#E8FBF5
7#EEFCF8
8#F4FDFA
9#F9FEFD
Tones
Muted variations
1#C8F4E6
2#CAF1E5
3#CDEFE4
4#CFECE3
5#D2EAE2
6#D4E8E1
7#D7E5E1
8#D9E3E0
9#DBE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BE | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4734 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDF9;
--lavender-100: #E0FAF2;
--lavender-200: #C6F6E7;
--lavender-300: #9AEFD4;
--lavender-400: #65E7BE;
--lavender-500: #38E0AB;
--lavender-600: #1EC28E;
--lavender-700: #189A71;
--lavender-800: #116E51;
--lavender-900: #0B4734;
--lavender-950: #072C20;
}