Lavender
#C2F9F4
CyanColor Codes
All color formats for development
HEX
#C2F9F4RGB
rgb(194, 249, 244)HSL
hsl(175, 82%, 87%)OKLCH
oklch(0.943 0.056 189.4)CMYK
cmyk(22%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5ED
2#72F1E6
3#4AEDDF
4#21E9D8
5#14CABB
6#10A295
7#0C7970
8#08514B
9#042825
Tints
Lighter variations
1#C9FAF6
2#CFFAF7
3#D5FBF8
4#DBFBF9
5#E1FCFA
6#E7FDFB
7#EDFDFC
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C5F6F2
2#C8F4F0
3#CBF1EE
4#CEEEEB
5#D0EBE9
6#D3E9E7
7#D6E6E5
8#D8E3E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A45 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DFFCF9;
--lavender-200: #C3F9F5;
--lavender-300: #94F4EC;
--lavender-400: #5DEFE3;
--lavender-500: #2EEADB;
--lavender-600: #14CCBD;
--lavender-700: #10A296;
--lavender-800: #0B746B;
--lavender-900: #074A45;
--lavender-950: #052E2B;
}