Lavender
#BEF7FD
CyanColor Codes
All color formats for development
HEX
#BEF7FDRGB
rgb(190, 247, 253)HSL
hsl(186, 94%, 87%)OKLCH
oklch(0.939 0.058 204.2)CMYK
cmyk(25%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94F1FC
2#69ECFA
3#3EE6F9
4#13E1F8
5#07C2D7
6#059BAC
7#047581
8#034E56
9#01272B
Tints
Lighter variations
1#C5F8FD
2#CCF8FD
3#D2F9FE
4#D8FAFE
5#DFFBFE
6#E5FCFE
7#ECFDFE
8#F2FDFF
9#F9FEFF
Tones
Muted variations
1#C2F4FA
2#C5F2F7
3#C8EFF4
4#CBEDF1
5#CEEAED
6#D1E8EA
7#D5E5E7
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 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | 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: #BFF7FD;
--lavender-300: #8DF0FB;
--lavender-400: #52E9FA;
--lavender-500: #20E3F8;
--lavender-600: #07C5DA;
--lavender-700: #059CAD;
--lavender-800: #04707C;
--lavender-900: #02474F;
--lavender-950: #022D31;
}