Lavender
#BDFFFB
CyanColor Codes
All color formats for development
HEX
#BDFFFBRGB
rgb(189, 255, 251)HSL
hsl(176, 100%, 87%)OKLCH
oklch(0.955 0.066 191.4)CMYK
cmyk(26%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFF8
2#64FFF5
3#38FFF2
4#0BFFEF
5#00DECF
6#00B1A6
7#00857C
8#005953
9#002C29
Tints
Lighter variations
1#C3FFFB
2#CAFFFB
3#D1FFFC
4#D7FFFC
5#DEFFFD
6#E4FFFD
7#EBFFFE
8#F2FFFE
9#F8FFFF
Tones
Muted variations
1#C0FCF8
2#C3F8F5
3#C7F5F2
4#CAF2EF
5#CDEEEC
6#D1EBE9
7#D4E8E6
8#D7E4E4
9#DBE1E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFE;
--lavender-100: #DBFFFD;
--lavender-200: #BDFFFB;
--lavender-300: #8AFFF7;
--lavender-400: #4DFFF3;
--lavender-500: #1AFFF0;
--lavender-600: #00E0D1;
--lavender-700: #00B3A7;
--lavender-800: #008077;
--lavender-900: #00524C;
--lavender-950: #003330;
}