Lavender
#BFF1FC
CyanColor Codes
All color formats for development
HEX
#BFF1FCRGB
rgb(191, 241, 252)HSL
hsl(191, 91%, 87%)OKLCH
oklch(0.927 0.053 212.6)CMYK
cmyk(24%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95E8FA
2#6BDEF8
3#41D5F6
4#16CBF4
5#0AAFD4
6#088CA9
7#06697F
8#044655
9#02232A
Tints
Lighter variations
1#C6F2FC
2#CCF4FD
3#D3F5FD
4#D9F7FD
5#DFF8FE
6#E6F9FE
7#ECFBFE
8#F2FCFE
9#F9FEFF
Tones
Muted variations
1#C3EFF9
2#C6EDF6
3#C9EBF3
4#CCE9F0
5#CFE7ED
6#D2E5EA
7#D5E4E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE6 #8FE6FA | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24CE #24CEF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB1 #0AB1D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088D #088DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #06647A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FCFE;
--lavender-100: #DDF7FD;
--lavender-200: #C0F1FC;
--lavender-300: #8FE6FA;
--lavender-400: #55D9F7;
--lavender-500: #24CEF5;
--lavender-600: #0AB1D6;
--lavender-700: #088DAA;
--lavender-800: #06647A;
--lavender-900: #04404E;
--lavender-950: #022831;
}