Lavender
#C4F8F6
CyanColor Codes
All color formats for development
HEX
#C4F8F6RGB
rgb(196, 248, 246)HSL
hsl(178, 79%, 87%)OKLCH
oklch(0.943 0.053 193.4)CMYK
cmyk(21%, 0%, 1%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3F0
2#74EFEB
3#4DEAE5
4#25E5DF
5#17C7C1
6#139F9A
7#0E7774
8#094F4D
9#052827
Tints
Lighter variations
1#CAF9F7
2#D0F9F8
3#D5FAF9
4#DBFBFA
5#E1FCFB
6#E7FCFC
7#EDFDFC
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C6F5F4
2#C9F3F1
3#CCF0EF
4#CEEEED
5#D1EBEA
6#D3E8E8
7#D6E6E5
8#D9E3E3
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFD;
--lavender-100: #DFFBFA;
--lavender-200: #C4F8F6;
--lavender-300: #96F3F0;
--lavender-400: #5FECE8;
--lavender-500: #32E7E1;
--lavender-600: #18C9C3;
--lavender-700: #13A09B;
--lavender-800: #0D726F;
--lavender-900: #094947;
--lavender-950: #052E2C;
}