Lavender
#DCFEFA
CyanColor Codes
All color formats for development
HEX
#DCFEFARGB
rgb(220, 254, 250)HSL
hsl(173, 94%, 93%)OKLCH
oklch(0.972 0.035 188)CMYK
cmyk(13%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEFDF3
2#80FBED
3#52FAE6
4#24F8E0
5#07E6CC
6#06B8A3
7#048A7A
8#035C52
9#012E29
Tints
Lighter variations
1#E0FEFB
2#E3FEFB
3#E7FEFC
4#EAFEFC
5#EEFEFD
6#F1FFFD
7#F5FFFE
8#F8FFFE
9#FCFFFF
Tones
Muted variations
1#DEFCF9
2#E0FBF7
3#E1F9F6
4#E3F7F5
5#E5F6F4
6#E6F4F2
7#E8F2F1
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 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFD;
--lavender-100: #DCFEFA;
--lavender-200: #BFFDF6;
--lavender-300: #8DFBEF;
--lavender-400: #52FAE6;
--lavender-500: #20F8DF;
--lavender-600: #07DAC1;
--lavender-700: #05AD9A;
--lavender-800: #047C6E;
--lavender-900: #024F46;
--lavender-950: #02312C;
}