Lavender
#BDFFFC
CyanColor Codes
All color formats for development
HEX
#BDFFFCRGB
rgb(189, 255, 252)HSL
hsl(177, 100%, 87%)OKLCH
oklch(0.955 0.066 192.6)CMYK
cmyk(26%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFF9
2#64FFF7
3#38FFF5
4#0BFFF3
5#00DED3
6#00B1A9
7#00857E
8#005954
9#002C2A
Tints
Lighter variations
1#C3FFFC
2#CAFFFC
3#D1FFFD
4#D7FFFD
5#DEFFFD
6#E4FFFE
7#EBFFFE
8#F2FFFE
9#F8FFFF
Tones
Muted variations
1#C0FCF9
2#C3F8F6
3#C7F5F3
4#CAF2F0
5#CDEEED
6#D1EBEA
7#D4E8E7
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 #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | 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: #BDFFFC;
--lavender-300: #8AFFF9;
--lavender-400: #4DFFF6;
--lavender-500: #1AFFF4;
--lavender-600: #00E0D5;
--lavender-700: #00B3AA;
--lavender-800: #008079;
--lavender-900: #00524E;
--lavender-950: #003330;
}