Lavender
#BDFFF9
CyanColor Codes
All color formats for development
HEX
#BDFFF9RGB
rgb(189, 255, 249)HSL
hsl(175, 100%, 87%)OKLCH
oklch(0.954 0.066 189.1)CMYK
cmyk(26%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFF6
2#64FFF2
3#38FFEE
4#0BFFEB
5#00DECB
6#00B1A3
7#00857A
8#005951
9#002C29
Tints
Lighter variations
1#C3FFFA
2#CAFFFB
3#D1FFFB
4#D7FFFC
5#DEFFFC
6#E4FFFD
7#EBFFFD
8#F2FFFE
9#F8FFFE
Tones
Muted variations
1#C0FCF7
2#C3F8F4
3#C7F5F1
4#CAF2EE
5#CDEEEC
6#D1EBE9
7#D4E8E6
8#D7E4E3
9#DBE1E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF5 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524B | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFE;
--lavender-100: #DBFFFC;
--lavender-200: #BDFFF9;
--lavender-300: #8AFFF5;
--lavender-400: #4DFFF0;
--lavender-500: #1AFFEC;
--lavender-600: #00E0CE;
--lavender-700: #00B3A4;
--lavender-800: #008075;
--lavender-900: #00524B;
--lavender-950: #00332F;
}