Lavender
#C2F9EA
GreenColor Codes
All color formats for development
HEX
#C2F9EARGB
rgb(194, 249, 234)HSL
hsl(164, 82%, 87%)OKLCH
oklch(0.94 0.059 176.4)CMYK
cmyk(22%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5DD
2#72F1CF
3#4AEDC1
4#21E9B4
5#14CA99
6#10A27B
7#0C795C
8#08513D
9#04281F
Tints
Lighter variations
1#C9FAED
2#CFFAEF
3#D5FBF1
4#DBFBF3
5#E1FCF5
6#E7FDF7
7#EDFDF9
8#F3FEFB
9#F9FEFD
Tones
Muted variations
1#C5F6E9
2#C8F4E8
3#CBF1E7
4#CEEEE5
5#D0EBE4
6#D3E9E3
7#D6E6E2
8#D8E3E0
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A38 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFA;
--lavender-100: #DFFCF4;
--lavender-200: #C3F9EB;
--lavender-300: #94F4DB;
--lavender-400: #5DEFC8;
--lavender-500: #2EEAB8;
--lavender-600: #14CC9B;
--lavender-700: #10A27B;
--lavender-800: #0B7458;
--lavender-900: #074A38;
--lavender-950: #052E23;
}