Lavender
#C6F6EB
CyanColor Codes
All color formats for development
HEX
#C6F6EBRGB
rgb(198, 246, 235)HSL
hsl(166, 73%, 87%)OKLCH
oklch(0.937 0.051 179.6)CMYK
cmyk(20%, 0%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0DD
2#79EAD0
3#53E4C2
4#2CDEB5
5#1EC09A
6#189A7B
7#12735C
8#0C4D3E
9#06261F
Tints
Lighter variations
1#CBF7ED
2#D1F8EF
3#D7F9F1
4#DDFAF3
5#E2FBF5
6#E8FBF7
7#EEFCF9
8#F4FDFB
9#F9FEFD
Tones
Muted variations
1#C8F4E9
2#CAF1E8
3#CDEFE7
4#CFECE6
5#D2EAE4
6#D4E8E3
7#D7E5E2
8#D9E3E0
9#DBE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFA;
--lavender-100: #E0FAF4;
--lavender-200: #C6F6EB;
--lavender-300: #9AEFDB;
--lavender-400: #65E7C8;
--lavender-500: #38E0B9;
--lavender-600: #1EC29C;
--lavender-700: #189A7C;
--lavender-800: #116E59;
--lavender-900: #0B4739;
--lavender-950: #072C23;
}