Lavender
#C1FBEE
CyanColor Codes
All color formats for development
HEX
#C1FBEERGB
rgb(193, 251, 238)HSL
hsl(167, 88%, 87%)OKLCH
oklch(0.945 0.061 179.6)CMYK
cmyk(23%, 0%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8E3
2#6DF6D8
3#44F3CD
4#1AF0C2
5#0DD1A6
6#0BA785
7#087D64
8#055342
9#032A21
Tints
Lighter variations
1#C7FBF0
2#CDFCF2
3#D3FCF3
4#DAFDF5
5#E0FDF7
6#E6FDF8
7#ECFEFA
8#F3FEFC
9#F9FFFD
Tones
Muted variations
1#C4F8ED
2#C7F5EB
3#C9F2E9
4#CCEFE8
5#CFECE6
6#D2EAE4
7#D5E7E3
8#D8E4E1
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFB;
--lavender-100: #DDFDF6;
--lavender-200: #C1FBEE;
--lavender-300: #91F8E2;
--lavender-400: #57F4D2;
--lavender-500: #27F1C5;
--lavender-600: #0DD3A8;
--lavender-700: #0BA886;
--lavender-800: #087860;
--lavender-900: #054D3D;
--lavender-950: #033026;
}