Lavender
#BDFFF7
CyanColor Codes
All color formats for development
HEX
#BDFFF7RGB
rgb(189, 255, 247)HSL
hsl(173, 100%, 87%)OKLCH
oklch(0.954 0.067 186.8)CMYK
cmyk(26%, 0%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFF2
2#64FFED
3#38FFE8
4#0BFFE3
5#00DEC4
6#00B19D
7#008576
8#00594E
9#002C27
Tints
Lighter variations
1#C3FFF8
2#CAFFF9
3#D1FFFA
4#D7FFFA
5#DEFFFB
6#E4FFFC
7#EBFFFD
8#F2FFFD
9#F8FFFE
Tones
Muted variations
1#C0FCF5
2#C3F8F2
3#C7F5F0
4#CAF2ED
5#CDEEEB
6#D1EBE8
7#D4E8E5
8#D7E4E3
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DBFFFB;
--lavender-200: #BDFFF7;
--lavender-300: #8AFFF1;
--lavender-400: #4DFFEA;
--lavender-500: #1AFFE4;
--lavender-600: #00E0C6;
--lavender-700: #00B39E;
--lavender-800: #008071;
--lavender-900: #005248;
--lavender-950: #00332D;
}