Lavender
#CFEBEC
CyanColor Codes
All color formats for development
HEX
#CFEBECRGB
rgb(207, 235, 236)HSL
hsl(182, 43%, 87%)OKLCH
oklch(0.92 0.029 199.3)CMYK
cmyk(12%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0DEDF
2#90D1D3
3#70C3C6
4#51B6BA
5#3F9B9F
6#337C7F
7#265D5F
8#193E3F
9#0D1F20
Tints
Lighter variations
1#D4EDEE
2#D9EFF0
3#DEF1F2
4#E3F3F4
5#E7F5F6
6#ECF7F7
7#F1F9F9
8#F6FBFB
9#FAFDFD
Tones
Muted variations
1#D1EAEB
2#D2E8E9
3#D4E7E8
4#D5E6E6
5#D7E5E5
6#D8E3E4
7#DAE2E2
8#DBE1E1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FAFB;
--lavender-100: #E5F4F5;
--lavender-200: #D0EBEC;
--lavender-300: #ABDCDE;
--lavender-400: #7FCACC;
--lavender-500: #5BBABE;
--lavender-600: #409DA0;
--lavender-700: #337D80;
--lavender-800: #24595B;
--lavender-900: #17393A;
--lavender-950: #0F2424;
}