Lavender
#BFFCF6
CyanColor Codes
All color formats for development
HEX
#BFFCF6RGB
rgb(191, 252, 246)HSL
hsl(174, 91%, 87%)OKLCH
oklch(0.948 0.062 188.7)CMYK
cmyk(24%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95FAF0
2#6BF8EA
3#41F6E4
4#16F4DE
5#0AD4C0
6#08A999
7#067F73
8#04554D
9#022A26
Tints
Lighter variations
1#C6FCF7
2#CCFDF8
3#D3FDF9
4#D9FDFA
5#DFFEFA
6#E6FEFB
7#ECFEFC
8#F2FEFD
9#F9FFFE
Tones
Muted variations
1#C3F9F4
2#C6F6F1
3#C9F3EF
4#CCF0EC
5#CFEDEA
6#D2EAE8
7#D5E7E5
8#D8E4E3
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FEFD;
--lavender-100: #DDFDFA;
--lavender-200: #C0FCF6;
--lavender-300: #8FFAEF;
--lavender-400: #55F7E7;
--lavender-500: #24F5E0;
--lavender-600: #0AD6C2;
--lavender-700: #08AA9A;
--lavender-800: #067A6E;
--lavender-900: #044E47;
--lavender-950: #02312C;
}