Lavender
#C1FBF5
CyanColor Codes
All color formats for development
HEX
#C1FBF5RGB
rgb(193, 251, 245)HSL
hsl(174, 88%, 87%)OKLCH
oklch(0.947 0.059 188.3)CMYK
cmyk(23%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8EF
2#6DF6E8
3#44F3E1
4#1AF0DB
5#0DD1BD
6#0BA797
7#087D71
8#05534C
9#032A26
Tints
Lighter variations
1#C7FBF6
2#CDFCF7
3#D3FCF8
4#DAFDF9
5#E0FDFA
6#E6FDFB
7#ECFEFC
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F8F3
2#C7F5F1
3#C9F2EE
4#CCEFEC
5#CFECEA
6#D2EAE7
7#D5E7E5
8#D8E4E3
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDFA;
--lavender-200: #C1FBF5;
--lavender-300: #91F8EE;
--lavender-400: #57F4E5;
--lavender-500: #27F1DD;
--lavender-600: #0DD3BF;
--lavender-700: #0BA898;
--lavender-800: #08786D;
--lavender-900: #054D46;
--lavender-950: #03302B;
}