Lavender
#C2F9EE
CyanColor Codes
All color formats for development
HEX
#C2F9EERGB
rgb(194, 249, 238)HSL
hsl(168, 82%, 87%)OKLCH
oklch(0.941 0.058 181.4)CMYK
cmyk(22%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5E3
2#72F1D8
3#4AEDCC
4#21E9C1
5#14CAA6
6#10A284
7#0C7963
8#085142
9#042821
Tints
Lighter variations
1#C9FAF0
2#CFFAF2
3#D5FBF3
4#DBFBF5
5#E1FCF7
6#E7FDF8
7#EDFDFA
8#F3FEFC
9#F9FEFD
Tones
Muted variations
1#C5F6ED
2#C8F4EB
3#CBF1E9
4#CEEEE8
5#D0EBE6
6#D3E9E4
7#D6E6E3
8#D8E3E1
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFB;
--lavender-100: #DFFCF6;
--lavender-200: #C3F9EE;
--lavender-300: #94F4E1;
--lavender-400: #5DEFD2;
--lavender-500: #2EEAC5;
--lavender-600: #14CCA7;
--lavender-700: #10A285;
--lavender-800: #0B745F;
--lavender-900: #074A3D;
--lavender-950: #052E26;
}