Lavender
#BFFCF7
CyanColor Codes
All color formats for development
HEX
#BFFCF7RGB
rgb(191, 252, 247)HSL
hsl(175, 91%, 87%)OKLCH
oklch(0.949 0.061 189.9)CMYK
cmyk(24%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95FAF2
2#6BF8EC
3#41F6E7
4#16F4E2
5#0AD4C3
6#08A99C
7#067F75
8#04554E
9#022A27
Tints
Lighter variations
1#C6FCF8
2#CCFDF9
3#D3FDF9
4#D9FDFA
5#DFFEFB
6#E6FEFC
7#ECFEFD
8#F2FEFD
9#F9FFFE
Tones
Muted variations
1#C3F9F4
2#C6F6F2
3#C9F3EF
4#CCF0ED
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 #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FEFD;
--lavender-100: #DDFDFB;
--lavender-200: #C0FCF7;
--lavender-300: #8FFAF1;
--lavender-400: #55F7E9;
--lavender-500: #24F5E3;
--lavender-600: #0AD6C5;
--lavender-700: #08AA9D;
--lavender-800: #067A70;
--lavender-900: #044E48;
--lavender-950: #02312D;
}