Lavender
#BEFDF5
CyanColor Codes
All color formats for development
HEX
#BEFDF5RGB
rgb(190, 253, 245)HSL
hsl(172, 94%, 87%)OKLCH
oklch(0.95 0.064 186.5)CMYK
cmyk(25%, 0%, 3%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94FCEE
2#69FAE7
3#3EF9E0
4#13F8D9
5#07D7BB
6#05AC96
7#048170
8#03564B
9#012B25
Tints
Lighter variations
1#C5FDF6
2#CCFDF7
3#D2FEF8
4#D8FEF9
5#DFFEFA
6#E5FEFB
7#ECFEFC
8#F2FFFD
9#F9FFFE
Tones
Muted variations
1#C2FAF2
2#C5F7F0
3#C8F4EE
4#CBF1EC
5#CEEDE9
6#D1EAE7
7#D5E7E5
8#D8E4E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DCFEF9;
--lavender-200: #BFFDF5;
--lavender-300: #8DFBED;
--lavender-400: #52FAE3;
--lavender-500: #20F8DB;
--lavender-600: #07DABE;
--lavender-700: #05AD97;
--lavender-800: #047C6C;
--lavender-900: #024F45;
--lavender-950: #02312B;
}