Lavender
#DBF4FF
BlueColor Codes
All color formats for development
HEX
#DBF4FFRGB
rgb(219, 244, 255)HSL
hsl(198, 100%, 93%)OKLCH
oklch(0.952 0.03 226)CMYK
cmyk(14%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACE6FF
2#7CD8FF
3#4DCAFF
4#1EBBFF
5#00A6ED
6#0085BE
7#00648E
8#00425F
9#00212F
Tints
Lighter variations
1#DFF5FF
2#E2F6FF
3#E6F8FF
4#EAF9FF
5#EDFAFF
6#F1FBFF
7#F4FCFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF4FD
2#DFF3FB
3#E1F2FA
4#E2F1F8
5#E4F1F6
6#E6F0F4
7#E8EFF3
8#EAEFF1
9#EBEEEF
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;
}