Lavender
#BFFCF8
CyanColor Codes
All color formats for development
HEX
#BFFCF8RGB
rgb(191, 252, 248)HSL
hsl(176, 91%, 87%)OKLCH
oklch(0.949 0.061 191.1)CMYK
cmyk(24%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95FAF3
2#6BF8EF
3#41F6EA
4#16F4E5
5#0AD4C6
6#08A99F
7#067F77
8#04554F
9#022A28
Tints
Lighter variations
1#C6FCF9
2#CCFDF9
3#D3FDFA
4#D9FDFB
5#DFFEFB
6#E6FEFC
7#ECFEFD
8#F2FEFE
9#F9FFFE
Tones
Muted variations
1#C3F9F5
2#C6F6F3
3#C9F3F0
4#CCF0EE
5#CFEDEB
6#D2EAE8
7#D5E7E6
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 #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7EC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FEFD;
--lavender-100: #DDFDFB;
--lavender-200: #C0FCF8;
--lavender-300: #8FFAF3;
--lavender-400: #55F7EC;
--lavender-500: #24F5E7;
--lavender-600: #0AD6C9;
--lavender-700: #08AAA0;
--lavender-800: #067A72;
--lavender-900: #044E49;
--lavender-950: #02312E;
}