Lavender
#E5F6F6
CyanColor Codes
All color formats for development
HEX
#E5F6F6RGB
rgb(229, 246, 246)HSL
hsl(180, 49%, 93%)OKLCH
oklch(0.961 0.018 196.9)CMYK
cmyk(7%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1EAEA
2#9EDEDE
3#7AD2D2
4#57C6C6
5#3CB1B1
6#308D8D
7#246A6A
8#184747
9#0C2323
Tints
Lighter variations
1#E7F7F7
2#EAF8F8
3#ECF9F9
4#EFFAFA
5#F2FAFA
6#F4FBFB
7#F7FCFC
8#FAFDFD
9#FCFEFE
Tones
Muted variations
1#E5F5F5
2#E6F4F4
3#E7F3F3
4#E8F2F2
5#E9F2F2
6#EAF1F1
7#EBF0F0
8#EBEFEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AD1 #7AD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54C4 #54C4C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 39A7 #39A7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E85 #2E8585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215F #215F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 153D #153D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FBFB;
--lavender-100: #E4F6F6;
--lavender-200: #CEEEEE;
--lavender-300: #A8E1E1;
--lavender-400: #7AD1D1;
--lavender-500: #54C4C4;
--lavender-600: #39A7A7;
--lavender-700: #2E8585;
--lavender-800: #215F5F;
--lavender-900: #153D3D;
--lavender-950: #0D2626;
}