Lavender
#BFFDF9
CyanColor Codes
All color formats for development
HEX
#BFFDF9RGB
rgb(191, 253, 249)HSL
hsl(176, 94%, 87%)OKLCH
oklch(0.951 0.062 191.2)CMYK
cmyk(25%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94FCF5
2#69FAF1
3#3EF9ED
4#13F8E8
5#07D7C9
6#05ACA1
7#048179
8#035651
9#012B28
Tints
Lighter variations
1#C5FDF9
2#CCFDFA
3#D2FEFB
4#D8FEFB
5#DFFEFC
6#E5FEFD
7#ECFEFD
8#F2FFFE
9#F9FFFE
Tones
Muted variations
1#C2FAF6
2#C5F7F3
3#C8F4F1
4#CBF1EE
5#CEEDEB
6#D1EAE9
7#D5E7E6
8#D8E4E3
9#DBE1E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4A | 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: #F0FFFE;
--lavender-100: #DCFEFC;
--lavender-200: #BFFDF9;
--lavender-300: #8DFBF4;
--lavender-400: #52FAEE;
--lavender-500: #20F8EA;
--lavender-600: #07DACC;
--lavender-700: #05ADA2;
--lavender-800: #047C74;
--lavender-900: #024F4A;
--lavender-950: #02312E;
}