Lavender
#BDFFF5
CyanColor Codes
All color formats for development
HEX
#BDFFF5RGB
rgb(189, 255, 245)HSL
hsl(171, 100%, 87%)OKLCH
oklch(0.953 0.067 184.6)CMYK
cmyk(26%, 0%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFEE
2#64FFE8
3#38FFE1
4#0BFFDA
5#00DEBD
6#00B197
7#008571
8#00594B
9#002C26
Tints
Lighter variations
1#C3FFF6
2#CAFFF7
3#D1FFF8
4#D7FFF9
5#DEFFFA
6#E4FFFB
7#EBFFFC
8#F2FFFD
9#F8FFFE
Tones
Muted variations
1#C0FCF3
2#C3F8F0
3#C7F5EE
4#CAF2EC
5#CDEEE9
6#D1EBE7
7#D4E8E5
8#D7E4E2
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 #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | 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: #F0FFFD;
--lavender-100: #DBFFFA;
--lavender-200: #BDFFF5;
--lavender-300: #8AFFED;
--lavender-400: #4DFFE4;
--lavender-500: #1AFFDD;
--lavender-600: #00E0BF;
--lavender-700: #00B398;
--lavender-800: #00806C;
--lavender-900: #005245;
--lavender-950: #00332B;
}