Lavender
#BFFDF4
CyanColor Codes
All color formats for development
HEX
#BFFDF4RGB
rgb(191, 253, 244)HSL
hsl(171, 94%, 87%)OKLCH
oklch(0.95 0.063 185.2)CMYK
cmyk(25%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94FCEC
2#69FAE4
3#3EF9DD
4#13F8D5
5#07D7B8
6#05AC93
7#04816E
8#03564A
9#012B25
Tints
Lighter variations
1#C5FDF5
2#CCFDF6
3#D2FEF7
4#D8FEF8
5#DFFEF9
6#E5FEFA
7#ECFEFC
8#F2FFFD
9#F9FFFE
Tones
Muted variations
1#C2FAF1
2#C5F7EF
3#C8F4ED
4#CBF1EB
5#CEEDE9
6#D1EAE7
7#D5E7E4
8#D8E4E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEB | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFC;
--lavender-100: #DCFEF9;
--lavender-200: #BFFDF4;
--lavender-300: #8DFBEB;
--lavender-400: #52FAE0;
--lavender-500: #20F8D8;
--lavender-600: #07DABA;
--lavender-700: #05AD94;
--lavender-800: #047C6A;
--lavender-900: #024F44;
--lavender-950: #02312A;
}