Lavender
#C1FBF3
CyanColor Codes
All color formats for development
HEX
#C1FBF3RGB
rgb(193, 251, 243)HSL
hsl(172, 88%, 87%)OKLCH
oklch(0.947 0.059 185.8)CMYK
cmyk(23%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8EB
2#6DF6E4
3#44F3DC
4#1AF0D4
5#0DD1B7
6#0BA792
7#087D6E
8#055349
9#032A25
Tints
Lighter variations
1#C7FBF4
2#CDFCF6
3#D3FCF7
4#DAFDF8
5#E0FDF9
6#E6FDFA
7#ECFEFB
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F8F1
2#C7F5EF
3#C9F2ED
4#CCEFEB
5#CFECE9
6#D2EAE6
7#D5E7E4
8#D8E4E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF9;
--lavender-200: #C1FBF3;
--lavender-300: #91F8EA;
--lavender-400: #57F4DF;
--lavender-500: #27F1D6;
--lavender-600: #0DD3B9;
--lavender-700: #0BA893;
--lavender-800: #087869;
--lavender-900: #054D43;
--lavender-950: #03302A;
}