Lavender
#C1FBF0
CyanColor Codes
All color formats for development
HEX
#C1FBF0RGB
rgb(193, 251, 240)HSL
hsl(169, 88%, 87%)OKLCH
oklch(0.946 0.06 182)CMYK
cmyk(23%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8E7
2#6DF6DD
3#44F3D3
4#1AF0C9
5#0DD1AD
6#0BA78A
7#087D68
8#055345
9#032A23
Tints
Lighter variations
1#C7FBF2
2#CDFCF3
3#D3FCF5
4#DAFDF6
5#E0FDF8
6#E6FDF9
7#ECFEFB
8#F3FEFC
9#F9FFFE
Tones
Muted variations
1#C4F8EE
2#C7F5ED
3#C9F2EB
4#CCEFE9
5#CFECE7
6#D2EAE5
7#D5E7E3
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 #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF7;
--lavender-200: #C1FBF0;
--lavender-300: #91F8E5;
--lavender-400: #57F4D7;
--lavender-500: #27F1CC;
--lavender-600: #0DD3AF;
--lavender-700: #0BA88B;
--lavender-800: #087863;
--lavender-900: #054D40;
--lavender-950: #033028;
}