Lavender
#C2F9EB
CyanColor Codes
All color formats for development
HEX
#C2F9EBRGB
rgb(194, 249, 235)HSL
hsl(165, 82%, 87%)OKLCH
oklch(0.941 0.059 177.6)CMYK
cmyk(22%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5DE
2#72F1D1
3#4AEDC4
4#21E9B7
5#14CA9C
6#10A27D
7#0C795E
8#08513F
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#C5F6EA
2#C8F4E9
3#CBF1E7
4#CEEEE6
5#D0EBE5
6#D3E9E3
7#D6E6E2
8#D8E3E1
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 #94F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | 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: #94F4DC;
--lavender-400: #5DEFCA;
--lavender-500: #2EEABB;
--lavender-600: #14CC9E;
--lavender-700: #10A27E;
--lavender-800: #0B745A;
--lavender-900: #074A3A;
--lavender-950: #052E24;
}