Lavender
#DBFFFD
CyanColor Codes
All color formats for development
HEX
#DBFFFDRGB
rgb(219, 255, 253)HSL
hsl(177, 100%, 93%)OKLCH
oklch(0.974 0.037 192.4)CMYK
cmyk(14%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFFB
2#7CFFF8
3#4DFFF6
4#1EFFF4
5#00EDE1
6#00BEB4
7#008E87
8#005F5A
9#002F2D
Tints
Lighter variations
1#DFFFFD
2#E2FFFE
3#E6FFFE
4#EAFFFE
5#EDFFFE
6#F1FFFE
7#F4FFFE
8#F8FFFF
9#FBFFFF
Tones
Muted variations
1#DDFDFC
2#DFFBFA
3#E1FAF8
4#E2F8F7
5#E4F6F5
6#E6F4F4
7#E8F3F2
8#EAF1F0
9#EBEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF9 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFE;
--lavender-100: #DBFFFD;
--lavender-200: #BDFFFC;
--lavender-300: #8AFFF9;
--lavender-400: #4DFFF6;
--lavender-500: #1AFFF4;
--lavender-600: #00E0D5;
--lavender-700: #00B3AA;
--lavender-800: #008079;
--lavender-900: #00524E;
--lavender-950: #003330;
}