Lavender
#BEF0FD
CyanColor Codes
All color formats for development
HEX
#BEF0FDRGB
rgb(190, 240, 253)HSL
hsl(192, 94%, 87%)OKLCH
oklch(0.925 0.054 215.4)CMYK
cmyk(25%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94E7FC
2#69DDFA
3#3ED4F9
4#13CAF8
5#07ADD7
6#058BAC
7#046881
8#034556
9#01232B
Tints
Lighter variations
1#C5F2FD
2#CCF3FD
3#D2F5FE
4#D8F6FE
5#DFF8FE
6#E5F9FE
7#ECFBFE
8#F2FCFF
9#F9FEFF
Tones
Muted variations
1#C2EFFA
2#C5EDF7
3#C8EBF4
4#CBE9F1
5#CEE7ED
6#D1E5EA
7#D5E3E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | 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: #F0FCFF;
--lavender-100: #DCF7FE;
--lavender-200: #BFF1FD;
--lavender-300: #8DE5FB;
--lavender-400: #52D8FA;
--lavender-500: #20CDF8;
--lavender-600: #07AFDA;
--lavender-700: #058CAD;
--lavender-800: #04647C;
--lavender-900: #02404F;
--lavender-950: #022831;
}