Lavender
#BDEAFF
BlueColor Codes
All color formats for development
HEX
#BDEAFFRGB
rgb(189, 234, 255)HSL
hsl(199, 100%, 87%)OKLCH
oklch(0.912 0.055 228)CMYK
cmyk(26%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90DCFF
2#64CEFF
3#38C0FF
4#0BB2FF
5#0098DE
6#0079B1
7#005B85
8#003D59
9#001E2C
Tints
Lighter variations
1#C3ECFF
2#CAEEFF
3#D1F0FF
4#D7F2FF
5#DEF5FF
6#E4F7FF
7#EBF9FF
8#F2FBFF
9#F8FDFF
Tones
Muted variations
1#C0E9FC
2#C3E8F8
3#C7E6F5
4#CAE5F2
5#CDE4EE
6#D1E3EB
7#D4E1E8
8#D7E0E4
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 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DBF4FF;
--lavender-200: #BDEAFF;
--lavender-300: #8ADAFF;
--lavender-400: #4DC6FF;
--lavender-500: #1AB6FF;
--lavender-600: #0099E0;
--lavender-700: #007AB3;
--lavender-800: #005780;
--lavender-900: #003852;
--lavender-950: #002333;
}