Lavender
#BDFFF1
CyanColor Codes
All color formats for development
HEX
#BDFFF1RGB
rgb(189, 255, 241)HSL
hsl(167, 100%, 87%)OKLCH
oklch(0.952 0.068 180.2)CMYK
cmyk(26%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE7
2#64FFDD
3#38FFD4
4#0BFFCA
5#00DEAE
6#00B18B
7#008568
8#005946
9#002C23
Tints
Lighter variations
1#C3FFF2
2#CAFFF4
3#D1FFF5
4#D7FFF6
5#DEFFF8
6#E4FFF9
7#EBFFFB
8#F2FFFC
9#F8FFFE
Tones
Muted variations
1#C0FCEF
2#C3F8ED
3#C7F5EB
4#CAF2E9
5#CDEEE7
6#D1EBE5
7#D4E8E3
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 #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005240 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFC;
--lavender-100: #DBFFF7;
--lavender-200: #BDFFF1;
--lavender-300: #8AFFE6;
--lavender-400: #4DFFD8;
--lavender-500: #1AFFCD;
--lavender-600: #00E0B0;
--lavender-700: #00B38C;
--lavender-800: #008064;
--lavender-900: #005240;
--lavender-950: #003328;
}