Lavender
#BDEBFF
BlueColor Codes
All color formats for development
HEX
#BDEBFFRGB
rgb(189, 235, 255)HSL
hsl(198, 100%, 87%)OKLCH
oklch(0.914 0.055 226.2)CMYK
cmyk(26%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90DEFF
2#64D0FF
3#38C3FF
4#0BB6FF
5#009BDE
6#007CB1
7#005D85
8#003E59
9#001F2C
Tints
Lighter variations
1#C3EDFF
2#CAEFFF
3#D1F1FF
4#D7F3FF
5#DEF5FF
6#E4F7FF
7#EBF9FF
8#F2FBFF
9#F8FDFF
Tones
Muted variations
1#C0EAFC
2#C3E8F8
3#C7E7F5
4#CAE6F2
5#CDE4EE
6#D1E3EB
7#D4E2E8
8#D7E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DBF4FF;
--lavender-200: #BDEBFF;
--lavender-300: #8ADCFF;
--lavender-400: #4DC9FF;
--lavender-500: #1ABAFF;
--lavender-600: #009DE0;
--lavender-700: #007DB3;
--lavender-800: #005980;
--lavender-900: #003952;
--lavender-950: #002433;
}