Lavender
#DCFFFA
CyanColor Codes
All color formats for development
HEX
#DCFFFARGB
rgb(220, 255, 250)HSL
hsl(171, 100%, 93%)OKLCH
oklch(0.974 0.037 186.1)CMYK
cmyk(14%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFF3
2#7CFFEB
3#4DFFE4
4#1EFFDD
5#00EDCA
6#00BEA1
7#008E79
8#005F51
9#002F28
Tints
Lighter variations
1#DFFFFA
2#E2FFFB
3#E6FFFB
4#EAFFFC
5#EDFFFC
6#F1FFFD
7#F4FFFD
8#F8FFFE
9#FBFFFE
Tones
Muted variations
1#DDFDF8
2#DFFBF7
3#E1FAF6
4#E2F8F5
5#E4F6F3
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 #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DBFFFA;
--lavender-200: #BDFFF5;
--lavender-300: #8AFFED;
--lavender-400: #4DFFE4;
--lavender-500: #1AFFDD;
--lavender-600: #00E0BF;
--lavender-700: #00B398;
--lavender-800: #00806C;
--lavender-900: #005245;
--lavender-950: #00332B;
}