Lavender
#BFF5FD
CyanColor Codes
All color formats for development
HEX
#BFF5FDRGB
rgb(191, 245, 253)HSL
hsl(188, 94%, 87%)OKLCH
oklch(0.936 0.056 207.4)CMYK
cmyk(25%, 3%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94EEFC
2#69E7FA
3#3EE0F9
4#13D9F8
5#07BBD7
6#0596AC
7#047081
8#034B56
9#01252B
Tints
Lighter variations
1#C5F6FD
2#CCF7FD
3#D2F8FE
4#D8F9FE
5#DFFAFE
6#E5FBFE
7#ECFCFE
8#F2FDFF
9#F9FEFF
Tones
Muted variations
1#C2F2FA
2#C5F0F7
3#C8EEF4
4#CBECF1
5#CEE9ED
6#D1E7EA
7#D5E5E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFB | BordersInactive statesPlaceholder text |
| 400 | 52E3 #52E3FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DB #20DBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BE #07BEDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0597 #0597AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046C #046C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #02454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DCF9FE;
--lavender-200: #BFF5FD;
--lavender-300: #8DEDFB;
--lavender-400: #52E3FA;
--lavender-500: #20DBF8;
--lavender-600: #07BEDA;
--lavender-700: #0597AD;
--lavender-800: #046C7C;
--lavender-900: #02454F;
--lavender-950: #022B31;
}