Lavender
#C4F8F3
CyanColor Codes
All color formats for development
HEX
#C4F8F3RGB
rgb(196, 248, 243)HSL
hsl(174, 79%, 87%)OKLCH
oklch(0.942 0.053 189)CMYK
cmyk(21%, 0%, 2%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3EB
2#74EFE2
3#4DEADA
4#25E5D2
5#17C7B5
6#139F91
7#0E776D
8#094F48
9#052824
Tints
Lighter variations
1#CAF9F4
2#D0F9F5
3#D5FAF6
4#DBFBF8
5#E1FCF9
6#E7FCFA
7#EDFDFB
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C6F5F1
2#C9F3EF
3#CCF0ED
4#CEEEEA
5#D1EBE8
6#D3E8E6
7#D6E6E4
8#D9E3E2
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFC;
--lavender-100: #DFFBF8;
--lavender-200: #C4F8F3;
--lavender-300: #96F3E9;
--lavender-400: #5FECDE;
--lavender-500: #32E7D5;
--lavender-600: #18C9B7;
--lavender-700: #13A092;
--lavender-800: #0D7268;
--lavender-900: #094943;
--lavender-950: #052E2A;
}