Lavender
#DBF9FF
CyanColor Codes
All color formats for development
HEX
#DBF9FFRGB
rgb(219, 249, 255)HSL
hsl(190, 100%, 93%)OKLCH
oklch(0.962 0.032 211.1)CMYK
cmyk(14%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACF1FF
2#7CE9FF
3#4DE1FF
4#1ED9FF
5#00C6ED
6#009EBE
7#00778E
8#004F5F
9#00282F
Tints
Lighter variations
1#DFFAFF
2#E2FAFF
3#E6FBFF
4#EAFBFF
5#EDFCFF
6#F1FDFF
7#F4FDFF
8#F8FEFF
9#FBFEFF
Tones
Muted variations
1#DDF8FD
2#DFF7FB
3#E1F5FA
4#E2F4F8
5#E4F3F6
6#E6F2F4
7#E8F1F3
8#EAF0F1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FCFF;
--lavender-100: #DBF9FF;
--lavender-200: #BDF4FF;
--lavender-300: #8AEBFF;
--lavender-400: #4DE1FF;
--lavender-500: #1AD9FF;
--lavender-600: #00BBE0;
--lavender-700: #0095B3;
--lavender-800: #006A80;
--lavender-900: #004452;
--lavender-950: #002B33;
}