Lavender
#DBFFFB
CyanColor Codes
All color formats for development
HEX
#DBFFFBRGB
rgb(219, 255, 251)HSL
hsl(173, 100%, 93%)OKLCH
oklch(0.973 0.037 188.4)CMYK
cmyk(14%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFF5
2#7CFFF0
3#4DFFEA
4#1EFFE5
5#00EDD1
6#00BEA8
7#008E7E
8#005F54
9#002F2A
Tints
Lighter variations
1#DFFFFB
2#E2FFFC
3#E6FFFC
4#EAFFFD
5#EDFFFD
6#F1FFFD
7#F4FFFE
8#F8FFFE
9#FBFFFF
Tones
Muted variations
1#DDFDF9
2#DFFBF8
3#E1FAF7
4#E2F8F5
5#E4F6F4
6#E6F4F3
7#E8F3F1
8#EAF1F0
9#EBEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DBFFFB;
--lavender-200: #BDFFF7;
--lavender-300: #8AFFF1;
--lavender-400: #4DFFEA;
--lavender-500: #1AFFE4;
--lavender-600: #00E0C6;
--lavender-700: #00B39E;
--lavender-800: #008071;
--lavender-900: #005248;
--lavender-950: #00332D;
}