Lavender
#DDFDFA
CyanColor Codes
All color formats for development
HEX
#DDFDFARGB
rgb(221, 253, 250)HSL
hsl(174, 89%, 93%)OKLCH
oklch(0.97 0.033 189.7)CMYK
cmyk(13%, 0%, 1%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0FAF3
2#84F8EC
3#57F5E5
4#2AF3DF
5#0DE0CB
6#0AB3A2
7#08867A
8#055A51
9#032D29
Tints
Lighter variations
1#E1FDFA
2#E4FDFB
3#E7FEFB
4#EBFEFC
5#EEFEFC
6#F2FEFD
7#F5FEFD
8#F8FFFE
9#FCFFFE
Tones
Muted variations
1#DFFBF9
2#E0FAF7
3#E2F8F6
4#E4F7F5
5#E5F5F4
6#E7F4F2
7#E8F2F1
8#EAF0F0
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EE | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DDFDFA;
--lavender-200: #C0FBF5;
--lavender-300: #90F9EE;
--lavender-400: #56F5E5;
--lavender-500: #26F2DE;
--lavender-600: #0CD4C0;
--lavender-700: #0AA999;
--lavender-800: #07786D;
--lavender-900: #044D46;
--lavender-950: #03302C;
}