Lavender
#BDFFF6
CyanColor Codes
All color formats for development
HEX
#BDFFF6RGB
rgb(189, 255, 246)HSL
hsl(172, 100%, 87%)OKLCH
oklch(0.954 0.067 185.7)CMYK
cmyk(26%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFF0
2#64FFEA
3#38FFE4
4#0BFFDE
5#00DEC0
6#00B19A
7#008573
8#00594D
9#002C26
Tints
Lighter variations
1#C3FFF7
2#CAFFF8
3#D1FFF9
4#D7FFFA
5#DEFFFB
6#E4FFFB
7#EBFFFC
8#F2FFFD
9#F8FFFE
Tones
Muted variations
1#C0FCF4
2#C3F8F1
3#C7F5EF
4#CAF2EC
5#CDEEEA
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 #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DBFFFA;
--lavender-200: #BDFFF6;
--lavender-300: #8AFFEF;
--lavender-400: #4DFFE7;
--lavender-500: #1AFFE0;
--lavender-600: #00E0C2;
--lavender-700: #00B39B;
--lavender-800: #00806F;
--lavender-900: #005247;
--lavender-950: #00332C;
}