Lavender
#E3F8F6
CyanColor Codes
All color formats for development
HEX
#E3F8F6RGB
rgb(227, 248, 246)HSL
hsl(174, 60%, 93%)OKLCH
oklch(0.963 0.022 189.9)CMYK
cmyk(8%, 0%, 1%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEE9
2#97E5DD
3#71DBD1
4#4BD2C4
5#2FBEAF
6#26988C
7#1C7269
8#134C46
9#092623
Tints
Lighter variations
1#E5F9F7
2#E8F9F8
3#EBFAF9
4#EEFBF9
5#F1FBFA
6#F4FCFB
7#F6FDFC
8#F9FEFD
9#FCFEFE
Tones
Muted variations
1#E4F7F5
2#E5F6F4
3#E6F5F3
4#E7F4F2
5#E8F3F1
6#E9F1F1
7#EAF0F0
8#EBEFEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E2F8F6;
--lavender-200: #CAF2EE;
--lavender-300: #A1E8E1;
--lavender-400: #70DBD1;
--lavender-500: #47D1C3;
--lavender-600: #2DB4A6;
--lavender-700: #248F84;
--lavender-800: #1A665E;
--lavender-900: #10413C;
--lavender-950: #0A2926;
}