Lavender
#DBFFFA
CyanColor Codes
All color formats for development
HEX
#DBFFFARGB
rgb(219, 255, 250)HSL
hsl(172, 100%, 93%)OKLCH
oklch(0.973 0.038 186.4)CMYK
cmyk(14%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFF4
2#7CFFEE
3#4DFFE7
4#1EFFE1
5#00EDCE
6#00BEA4
7#008E7B
8#005F52
9#002F29
Tints
Lighter variations
1#DFFFFB
2#E2FFFB
3#E6FFFC
4#EAFFFC
5#EDFFFD
6#F1FFFD
7#F4FFFE
8#F8FFFE
9#FBFFFF
Tones
Muted variations
1#DDFDF9
2#DFFBF8
3#E1FAF6
4#E2F8F5
5#E4F6F4
6#E6F4F2
7#E8F3F1
8#EAF1F0
9#EBEFEE
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;
}