Lavender
#C1FBF7
CyanColor Codes
All color formats for development
HEX
#C1FBF7RGB
rgb(193, 251, 247)HSL
hsl(176, 88%, 87%)OKLCH
oklch(0.948 0.059 190.9)CMYK
cmyk(23%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8F2
2#6DF6ED
3#44F3E7
4#1AF0E2
5#0DD1C4
6#0BA79C
7#087D75
8#05534E
9#032A27
Tints
Lighter variations
1#C7FBF8
2#CDFCF9
3#D3FCF9
4#DAFDFA
5#E0FDFB
6#E6FDFC
7#ECFEFD
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F8F5
2#C7F5F2
3#C9F2F0
4#CCEFED
5#CFECEA
6#D2EAE8
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 #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDFB;
--lavender-200: #C1FBF7;
--lavender-300: #91F8F1;
--lavender-400: #57F4EA;
--lavender-500: #27F1E4;
--lavender-600: #0DD3C6;
--lavender-700: #0BA89D;
--lavender-800: #087870;
--lavender-900: #054D48;
--lavender-950: #03302D;
}