Lavender
#DDFEFB
CyanColor Codes
All color formats for development
HEX
#DDFEFBRGB
rgb(221, 254, 251)HSL
hsl(175, 94%, 93%)OKLCH
oklch(0.973 0.034 189.9)CMYK
cmyk(13%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEFDF6
2#80FBF1
3#52FAEC
4#24F8E7
5#07E6D3
6#06B8A9
7#048A7F
8#035C55
9#012E2A
Tints
Lighter variations
1#E0FEFC
2#E3FEFC
3#E7FEFC
4#EAFEFD
5#EEFEFD
6#F1FFFD
7#F5FFFE
8#F8FFFE
9#FCFFFF
Tones
Muted variations
1#DEFCFA
2#E0FBF8
3#E1F9F7
4#E3F7F6
5#E5F6F4
6#E6F4F3
7#E8F2F1
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 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DCFEFB;
--lavender-200: #BFFDF8;
--lavender-300: #8DFBF2;
--lavender-400: #52FAEC;
--lavender-500: #20F8E6;
--lavender-600: #07DAC8;
--lavender-700: #05AD9F;
--lavender-800: #047C72;
--lavender-900: #024F49;
--lavender-950: #02312D;
}