Lavender
#BDFFF2
CyanColor Codes
All color formats for development
HEX
#BDFFF2RGB
rgb(189, 255, 242)HSL
hsl(168, 100%, 87%)OKLCH
oklch(0.952 0.068 181.3)CMYK
cmyk(26%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE9
2#64FFE0
3#38FFD7
4#0BFFCE
5#00DEB1
6#00B18E
7#00856A
8#005947
9#002C23
Tints
Lighter variations
1#C3FFF3
2#CAFFF4
3#D1FFF6
4#D7FFF7
5#DEFFF8
6#E4FFFA
7#EBFFFB
8#F2FFFC
9#F8FFFE
Tones
Muted variations
1#C0FCF0
2#C3F8EE
3#C7F5EC
4#CAF2EA
5#CDEEE8
6#D1EBE6
7#D4E8E4
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 #DBFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFDB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005241 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFC;
--lavender-100: #DBFFF8;
--lavender-200: #BDFFF2;
--lavender-300: #8AFFE8;
--lavender-400: #4DFFDB;
--lavender-500: #1AFFD1;
--lavender-600: #00E0B4;
--lavender-700: #00B38F;
--lavender-800: #008066;
--lavender-900: #005241;
--lavender-950: #003329;
}