Lavender
#C1FBF1
CyanColor Codes
All color formats for development
HEX
#C1FBF1RGB
rgb(193, 251, 241)HSL
hsl(170, 88%, 87%)OKLCH
oklch(0.946 0.06 183.3)CMYK
cmyk(23%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8E8
2#6DF6DF
3#44F3D6
4#1AF0CD
5#0DD1B0
6#0BA78D
7#087D6A
8#055346
9#032A23
Tints
Lighter variations
1#C7FBF3
2#CDFCF4
3#D3FCF5
4#DAFDF7
5#E0FDF8
6#E6FDFA
7#ECFEFB
8#F3FEFC
9#F9FFFE
Tones
Muted variations
1#C4F8EF
2#C7F5ED
3#C9F2EB
4#CCEFEA
5#CFECE8
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 #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | 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: #DDFDF8;
--lavender-200: #C1FBF1;
--lavender-300: #91F8E7;
--lavender-400: #57F4DA;
--lavender-500: #27F1D0;
--lavender-600: #0DD3B2;
--lavender-700: #0BA88E;
--lavender-800: #087865;
--lavender-900: #054D41;
--lavender-950: #033028;
}