Lavender
#BDF7FF
CyanColor Codes
All color formats for development
HEX
#BDF7FFRGB
rgb(189, 247, 255)HSL
hsl(187, 100%, 87%)OKLCH
oklch(0.939 0.059 206.7)CMYK
cmyk(26%, 3%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90F2FF
2#64EDFF
3#38E8FF
4#0BE3FF
5#00C4DE
6#009DB1
7#007685
8#004E59
9#00272C
Tints
Lighter variations
1#C3F8FF
2#CAF9FF
3#D1FAFF
4#D7FAFF
5#DEFBFF
6#E4FCFF
7#EBFDFF
8#F2FDFF
9#F8FEFF
Tones
Muted variations
1#C0F5FC
2#C3F2F8
3#C7F0F5
4#CAEDF2
5#CDEBEE
6#D1E8EB
7#D4E5E8
8#D7E3E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFB #DBFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF7 #BDF7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF1 #8AF1FF | BordersInactive statesPlaceholder text |
| 400 | 4DEA #4DEAFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE4 #1AE4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C6 #00C6E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009E #009EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0071 #007180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0048 #004852 | Primary textHigh emphasis contentDark headings |
| 950 | 002D #002D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DBFBFF;
--lavender-200: #BDF7FF;
--lavender-300: #8AF1FF;
--lavender-400: #4DEAFF;
--lavender-500: #1AE4FF;
--lavender-600: #00C6E0;
--lavender-700: #009EB3;
--lavender-800: #007180;
--lavender-900: #004852;
--lavender-950: #002D33;
}