Lavender
#BDECFF
BlueColor Codes
All color formats for development
HEX
#BDECFFRGB
rgb(189, 236, 255)HSL
hsl(197, 100%, 87%)OKLCH
oklch(0.916 0.055 224.5)CMYK
cmyk(26%, 7%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90E0FF
2#64D3FF
3#38C7FF
4#0BBAFF
5#009FDE
6#007FB1
7#005F85
8#004059
9#00202C
Tints
Lighter variations
1#C3EEFF
2#CAF0FF
3#D1F2FF
4#D7F4FF
5#DEF6FF
6#E4F7FF
7#EBF9FF
8#F2FBFF
9#F8FDFF
Tones
Muted variations
1#C0EBFC
2#C3E9F8
3#C7E8F5
4#CAE6F2
5#CDE5EE
6#D1E4EB
7#D4E2E8
8#D7E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEC #BDECFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADE #8ADEFF | BordersInactive statesPlaceholder text |
| 400 | 4DCC #4DCCFF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABE #1ABEFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A1 #00A1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0080 #0080B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005B #005B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003A #003A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFF;
--lavender-100: #DBF5FF;
--lavender-200: #BDECFF;
--lavender-300: #8ADEFF;
--lavender-400: #4DCCFF;
--lavender-500: #1ABEFF;
--lavender-600: #00A1E0;
--lavender-700: #0080B3;
--lavender-800: #005B80;
--lavender-900: #003A52;
--lavender-950: #002533;
}