Lavender
#C6F6E6
GreenColor Codes
All color formats for development
HEX
#C6F6E6RGB
rgb(198, 246, 230)HSL
hsl(160, 73%, 87%)OKLCH
oklch(0.935 0.054 172.8)CMYK
cmyk(20%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0D5
2#79EAC4
3#53E4B4
4#2CDEA3
5#1EC08A
6#189A6E
7#127353
8#0C4D37
9#06261C
Tints
Lighter variations
1#CBF7E8
2#D1F8EB
3#D7F9ED
4#DDFAF0
5#E2FBF2
6#E8FBF5
7#EEFCF7
8#F4FDFA
9#F9FEFC
Tones
Muted variations
1#C8F4E5
2#CAF1E4
3#CDEFE3
4#CFECE3
5#D2EAE2
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 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | 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: #E0FAF1;
--lavender-200: #C6F6E6;
--lavender-300: #9AEFD3;
--lavender-400: #65E7BB;
--lavender-500: #38E0A8;
--lavender-600: #1EC28C;
--lavender-700: #189A6F;
--lavender-800: #116E4F;
--lavender-900: #0B4733;
--lavender-950: #072C20;
}