Lavender
#DCFEFC
CyanColor Codes
All color formats for development
HEX
#DCFEFCRGB
rgb(220, 254, 252)HSL
hsl(176, 94%, 93%)OKLCH
oklch(0.972 0.035 192.2)CMYK
cmyk(13%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEFDF7
2#80FBF3
3#52FAEF
4#24F8EA
5#07E6D7
6#06B8AC
7#048A81
8#035C56
9#012E2B
Tints
Lighter variations
1#E0FEFC
2#E3FEFC
3#E7FEFD
4#EAFEFD
5#EEFEFD
6#F1FFFE
7#F5FFFE
8#F8FFFE
9#FCFFFF
Tones
Muted variations
1#DEFCFA
2#E0FBF9
3#E1F9F7
4#E3F7F6
5#E5F6F4
6#E6F4F3
7#E8F2F2
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 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFE;
--lavender-100: #DCFEFC;
--lavender-200: #BFFDF9;
--lavender-300: #8DFBF4;
--lavender-400: #52FAEE;
--lavender-500: #20F8EA;
--lavender-600: #07DACC;
--lavender-700: #05ADA2;
--lavender-800: #047C74;
--lavender-900: #024F4A;
--lavender-950: #02312E;
}