Lavender
#C1FBF6
CyanColor Codes
All color formats for development
HEX
#C1FBF6RGB
rgb(193, 251, 246)HSL
hsl(175, 88%, 87%)OKLCH
oklch(0.947 0.059 189.6)CMYK
cmyk(23%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8F0
2#6DF6EA
3#44F3E4
4#1AF0DE
5#0DD1C0
6#0BA79A
7#087D73
8#05534D
9#032A26
Tints
Lighter variations
1#C7FBF7
2#CDFCF8
3#D3FCF9
4#DAFDFA
5#E0FDFB
6#E6FDFB
7#ECFEFC
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F8F4
2#C7F5F1
3#C9F2EF
4#CCEFEC
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 #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDFA;
--lavender-200: #C1FBF6;
--lavender-300: #91F8EF;
--lavender-400: #57F4E7;
--lavender-500: #27F1E0;
--lavender-600: #0DD3C2;
--lavender-700: #0BA89B;
--lavender-800: #08786E;
--lavender-900: #054D47;
--lavender-950: #03302C;
}