Lavender
#BDFFEE
CyanColor Codes
All color formats for development
HEX
#BDFFEERGB
rgb(189, 255, 238)HSL
hsl(165, 100%, 87%)OKLCH
oklch(0.951 0.07 177.1)CMYK
cmyk(26%, 0%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE3
2#64FFD8
3#38FFCD
4#0BFFC2
5#00DEA6
6#00B185
7#008564
8#005943
9#002C21
Tints
Lighter variations
1#C3FFF0
2#CAFFF2
3#D1FFF3
4#D7FFF5
5#DEFFF7
6#E4FFF8
7#EBFFFA
8#F2FFFC
9#F8FFFD
Tones
Muted variations
1#C0FCED
2#C3F8EB
3#C7F5E9
4#CAF2E8
5#CDEEE6
6#D1EBE4
7#D4E8E3
8#D7E4E1
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFB;
--lavender-100: #DBFFF6;
--lavender-200: #BDFFEE;
--lavender-300: #8AFFE2;
--lavender-400: #4DFFD2;
--lavender-500: #1AFFC6;
--lavender-600: #00E0A8;
--lavender-700: #00B386;
--lavender-800: #008060;
--lavender-900: #00523D;
--lavender-950: #003326;
}