Lavender
#C0FBF2
CyanColor Codes
All color formats for development
HEX
#C0FBF2RGB
rgb(192, 251, 242)HSL
hsl(171, 88%, 87%)OKLCH
oklch(0.946 0.061 184.7)CMYK
cmyk(24%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F8EA
2#6DF6E1
3#44F3D9
4#1AF0D0
5#0DD1B3
6#0BA78F
7#087D6C
8#055348
9#032A24
Tints
Lighter variations
1#C7FBF4
2#CDFCF5
3#D3FCF6
4#DAFDF7
5#E0FDF9
6#E6FDFA
7#ECFEFB
8#F3FEFC
9#F9FFFE
Tones
Muted variations
1#C4F8F0
2#C7F5EE
3#C9F2EC
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 #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DDFDF8;
--lavender-200: #C1FBF2;
--lavender-300: #91F8E8;
--lavender-400: #57F4DD;
--lavender-500: #27F1D3;
--lavender-600: #0DD3B5;
--lavender-700: #0BA890;
--lavender-800: #087867;
--lavender-900: #054D42;
--lavender-950: #033029;
}