Lavender
#E3F8F8
CyanColor Codes
All color formats for development
HEX
#E3F8F8RGB
rgb(227, 248, 248)HSL
hsl(180, 60%, 93%)OKLCH
oklch(0.964 0.022 196.8)CMYK
cmyk(8%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEEE
2#97E5E5
3#71DBDB
4#4BD2D2
5#2FBEBE
6#269898
7#1C7272
8#134C4C
9#092626
Tints
Lighter variations
1#E5F9F9
2#E8F9F9
3#EBFAFA
4#EEFBFB
5#F1FBFB
6#F4FCFC
7#F6FDFD
8#F9FEFE
9#FCFEFE
Tones
Muted variations
1#E4F7F7
2#E5F6F6
3#E6F5F5
4#E7F4F4
5#E8F3F3
6#E9F1F1
7#EAF0F0
8#EBEFEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFC;
--lavender-100: #E2F8F8;
--lavender-200: #CAF2F2;
--lavender-300: #A1E8E8;
--lavender-400: #70DBDB;
--lavender-500: #47D1D1;
--lavender-600: #2DB4B4;
--lavender-700: #248F8F;
--lavender-800: #1A6666;
--lavender-900: #104141;
--lavender-950: #0A2929;
}