Lavender
#C1FBF4
CyanColor Codes
All color formats for development
HEX
#C1FBF4RGB
rgb(193, 251, 244)HSL
hsl(173, 88%, 87%)OKLCH
oklch(0.947 0.059 187.1)CMYK
cmyk(23%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8ED
2#6DF6E6
3#44F3DF
4#1AF0D7
5#0DD1BA
6#0BA795
7#087D6F
8#05534A
9#032A25
Tints
Lighter variations
1#C7FBF5
2#CDFCF6
3#D3FCF7
4#DAFDF9
5#E0FDFA
6#E6FDFB
7#ECFEFC
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F8F2
2#C7F5F0
3#C9F2EE
4#CCEFEB
5#CFECE9
6#D2EAE7
7#D5E7E5
8#D8E4E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDF9;
--lavender-200: #C1FBF4;
--lavender-300: #91F8EC;
--lavender-400: #57F4E2;
--lavender-500: #27F1DA;
--lavender-600: #0DD3BC;
--lavender-700: #0BA895;
--lavender-800: #08786B;
--lavender-900: #054D44;
--lavender-950: #03302B;
}