Lavender
#BFF6FD
CyanColor Codes
All color formats for development
HEX
#BFF6FDRGB
rgb(191, 246, 253)HSL
hsl(187, 94%, 87%)OKLCH
oklch(0.938 0.056 205.9)CMYK
cmyk(25%, 3%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94F0FC
2#69E9FA
3#3EE3F9
4#13DDF8
5#07BFD7
6#0599AC
7#047381
8#034C56
9#01262B
Tints
Lighter variations
1#C5F7FD
2#CCF8FD
3#D2F9FE
4#D8F9FE
5#DFFAFE
6#E5FBFE
7#ECFCFE
8#F2FDFF
9#F9FEFF
Tones
Muted variations
1#C2F3FA
2#C5F1F7
3#C8EFF4
4#CBECF1
5#CEEAED
6#D1E7EA
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 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DCFAFE;
--lavender-200: #BFF6FD;
--lavender-300: #8DEFFB;
--lavender-400: #52E6FA;
--lavender-500: #20DFF8;
--lavender-600: #07C1DA;
--lavender-700: #059AAD;
--lavender-800: #046E7C;
--lavender-900: #02464F;
--lavender-950: #022C31;
}