Lavender
#BDFFF4
CyanColor Codes
All color formats for development
HEX
#BDFFF4RGB
rgb(189, 255, 244)HSL
hsl(170, 100%, 87%)OKLCH
oklch(0.953 0.067 183.5)CMYK
cmyk(26%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFED
2#64FFE5
3#38FFDE
4#0BFFD6
5#00DEB9
6#00B194
7#00856F
8#00594A
9#002C25
Tints
Lighter variations
1#C3FFF5
2#CAFFF6
3#D1FFF7
4#D7FFF8
5#DEFFF9
6#E4FFFB
7#EBFFFC
8#F2FFFD
9#F8FFFE
Tones
Muted variations
1#C0FCF2
2#C3F8F0
3#C7F5ED
4#CAF2EB
5#CDEEE9
6#D1EBE7
7#D4E8E4
8#D7E4E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFC;
--lavender-100: #DBFFF9;
--lavender-200: #BDFFF4;
--lavender-300: #8AFFEB;
--lavender-400: #4DFFE1;
--lavender-500: #1AFFD9;
--lavender-600: #00E0BB;
--lavender-700: #00B395;
--lavender-800: #00806A;
--lavender-900: #005244;
--lavender-950: #00332B;
}