Lavender
#E0FBF8
CyanColor Codes
All color formats for development
HEX
#E0FBF8RGB
rgb(224, 251, 248)HSL
hsl(173, 77%, 93%)OKLCH
oklch(0.968 0.028 188.6)CMYK
cmyk(11%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5EE
2#8BF0E4
3#61EBDB
4#38E5D1
5#1BD2BD
6#16A897
7#107E71
8#0B544B
9#052A26
Tints
Lighter variations
1#E3FBF8
2#E6FCF9
3#E9FCFA
4#ECFDFB
5#EFFDFB
6#F2FDFC
7#F6FEFD
8#F9FEFE
9#FCFFFE
Tones
Muted variations
1#E1FAF7
2#E2F8F6
3#E4F7F5
4#E5F5F3
5#E6F4F2
6#E8F3F1
7#E9F1F0
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EADA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFC;
--lavender-100: #DFFBF8;
--lavender-200: #C4F7F1;
--lavender-300: #97F2E7;
--lavender-400: #61EADA;
--lavender-500: #34E5D0;
--lavender-600: #1AC7B2;
--lavender-700: #159E8E;
--lavender-800: #0F7165;
--lavender-900: #094841;
--lavender-950: #062D29;
}