Lavender
#C2F9F1
CyanColor Codes
All color formats for development
HEX
#C2F9F1RGB
rgb(194, 249, 241)HSL
hsl(171, 82%, 87%)OKLCH
oklch(0.942 0.057 185.3)CMYK
cmyk(22%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5E7
2#72F1DE
3#4AEDD5
4#21E9CB
5#14CAAF
6#10A28C
7#0C7969
8#085146
9#042823
Tints
Lighter variations
1#C9FAF2
2#CFFAF4
3#D5FBF5
4#DBFBF7
5#E1FCF8
6#E7FDF9
7#EDFDFB
8#F3FEFC
9#F9FEFE
Tones
Muted variations
1#C5F6EF
2#C8F4ED
3#CBF1EB
4#CEEEE9
5#D0EBE7
6#D3E9E5
7#D6E6E4
8#D8E3E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DFFCF7;
--lavender-200: #C3F9F1;
--lavender-300: #94F4E6;
--lavender-400: #5DEFD9;
--lavender-500: #2EEACE;
--lavender-600: #14CCB1;
--lavender-700: #10A28C;
--lavender-800: #0B7464;
--lavender-900: #074A40;
--lavender-950: #052E28;
}