Lavender
#C3F9F2
CyanColor Codes
All color formats for development
HEX
#C3F9F2RGB
rgb(195, 249, 242)HSL
hsl(172, 82%, 87%)OKLCH
oklch(0.943 0.055 186.5)CMYK
cmyk(22%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5E9
2#72F1E0
3#4AEDD7
4#21E9CE
5#14CAB2
6#10A28E
7#0C796B
8#085147
9#042824
Tints
Lighter variations
1#C9FAF3
2#CFFAF4
3#D5FBF6
4#DBFBF7
5#E1FCF8
6#E7FDFA
7#EDFDFB
8#F3FEFC
9#F9FEFE
Tones
Muted variations
1#C5F6F0
2#C8F4EE
3#CBF1EC
4#CEEEEA
5#D0EBE8
6#D3E9E6
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 #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDB | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A41 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DFFCF8;
--lavender-200: #C3F9F2;
--lavender-300: #94F4E8;
--lavender-400: #5DEFDB;
--lavender-500: #2EEAD1;
--lavender-600: #14CCB4;
--lavender-700: #10A28F;
--lavender-800: #0B7466;
--lavender-900: #074A41;
--lavender-950: #052E29;
}