Lavender
#E3F7F5
CyanColor Codes
All color formats for development
HEX
#E3F7F5RGB
rgb(227, 247, 245)HSL
hsl(174, 56%, 93%)OKLCH
oklch(0.961 0.021 189.6)CMYK
cmyk(8%, 0%, 1%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDE8
2#99E2DB
3#74D8CE
4#4FCDC1
5#34B9AC
6#2A9489
7#1F6F67
8#154A45
9#0A2522
Tints
Lighter variations
1#E6F8F6
2#E9F9F7
3#ECFAF8
4#EEFAF9
5#F1FBFA
6#F4FCFB
7#F7FDFC
8#F9FDFD
9#FCFEFE
Tones
Muted variations
1#E4F6F4
2#E5F5F4
3#E6F4F3
4#E7F3F2
5#E8F2F1
6#E9F1F0
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 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E3F7F5;
--lavender-200: #CBF0ED;
--lavender-300: #A4E5DF;
--lavender-400: #74D8CE;
--lavender-500: #4CCDC0;
--lavender-600: #31AFA2;
--lavender-700: #278B81;
--lavender-800: #1C635C;
--lavender-900: #12403B;
--lavender-950: #0B2825;
}