Lavender
#BEF8FD
CyanColor Codes
All color formats for development
HEX
#BEF8FDRGB
rgb(190, 248, 253)HSL
hsl(185, 94%, 87%)OKLCH
oklch(0.941 0.059 202.8)CMYK
cmyk(25%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94F3FC
2#69EEFA
3#3EE9F9
4#13E5F8
5#07C6D7
6#059EAC
7#047781
8#034F56
9#01282B
Tints
Lighter variations
1#C5F9FD
2#CCF9FD
3#D2FAFE
4#D8FBFE
5#DFFBFE
6#E5FCFE
7#ECFDFE
8#F2FEFF
9#F9FEFF
Tones
Muted variations
1#C2F5FA
2#C5F3F7
3#C8F0F4
4#CBEDF1
5#CEEBED
6#D1E8EA
7#D5E6E7
8#D8E3E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF2 #8DF2FB | BordersInactive statesPlaceholder text |
| 400 | 52EC #52ECFA | Disabled statesSecondary iconsMuted text |
| 500 | 20E6 #20E6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C8 #07C8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059F #059FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0472 #04727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #02494F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DCFBFE;
--lavender-200: #BFF8FD;
--lavender-300: #8DF2FB;
--lavender-400: #52ECFA;
--lavender-500: #20E6F8;
--lavender-600: #07C8DA;
--lavender-700: #059FAD;
--lavender-800: #04727C;
--lavender-900: #02494F;
--lavender-950: #022D31;
}