Lavender
#C1FBEB
GreenColor Codes
All color formats for development
HEX
#C1FBEBRGB
rgb(193, 251, 235)HSL
hsl(163, 88%, 87%)OKLCH
oklch(0.944 0.062 176.1)CMYK
cmyk(23%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8DD
2#6DF6CF
3#44F3C1
4#1AF0B4
5#0DD199
6#0BA77B
7#087D5C
8#05533D
9#032A1F
Tints
Lighter variations
1#C7FBED
2#CDFCEF
3#D3FCF1
4#DAFDF3
5#E0FDF5
6#E6FDF7
7#ECFEF9
8#F3FEFB
9#F9FFFD
Tones
Muted variations
1#C4F8E9
2#C7F5E8
3#C9F2E7
4#CCEFE5
5#CFECE4
6#D2EAE3
7#D5E7E2
8#D8E4E0
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFA;
--lavender-100: #DDFDF4;
--lavender-200: #C1FBEA;
--lavender-300: #91F8DB;
--lavender-400: #57F4C8;
--lavender-500: #27F1B8;
--lavender-600: #0DD39B;
--lavender-700: #0BA87B;
--lavender-800: #087858;
--lavender-900: #054D38;
--lavender-950: #033023;
}