Lavender
#DBFFF8
CyanColor Codes
All color formats for development
HEX
#DBFFF8RGB
rgb(219, 255, 248)HSL
hsl(168, 100%, 93%)OKLCH
oklch(0.973 0.038 182.5)CMYK
cmyk(14%, 0%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFEE
2#7CFFE5
3#4DFFDB
4#1EFFD2
5#00EDBE
6#00BE98
7#008E72
8#005F4C
9#002F26
Tints
Lighter variations
1#DFFFF9
2#E2FFF9
3#E6FFFA
4#EAFFFB
5#EDFFFB
6#F1FFFC
7#F4FFFD
8#F8FFFE
9#FBFFFE
Tones
Muted variations
1#DDFDF7
2#DFFBF6
3#E1FAF5
4#E2F8F4
5#E4F6F3
6#E6F4F1
7#E8F3F0
8#EAF1EF
9#EBEFEE
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;
}