Lavender
#DBF7FF
CyanColor Codes
All color formats for development
HEX
#DBF7FFRGB
rgb(219, 247, 255)HSL
hsl(193, 100%, 93%)OKLCH
oklch(0.958 0.031 216.8)CMYK
cmyk(14%, 3%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACEDFF
2#7CE3FF
3#4DD8FF
4#1ECEFF
5#00BAED
6#0095BE
7#006F8E
8#004A5F
9#00252F
Tints
Lighter variations
1#DFF8FF
2#E2F9FF
3#E6FAFF
4#EAFAFF
5#EDFBFF
6#F1FCFF
7#F4FDFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF6FD
2#DFF5FB
3#E1F4FA
4#E2F3F8
5#E4F2F6
6#E6F1F4
7#E8F0F3
8#EAEFF1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FCFF;
--lavender-100: #DBF7FF;
--lavender-200: #BDF1FF;
--lavender-300: #8AE6FF;
--lavender-400: #4DD8FF;
--lavender-500: #1ACDFF;
--lavender-600: #00B0E0;
--lavender-700: #008CB3;
--lavender-800: #006480;
--lavender-900: #004052;
--lavender-950: #002833;
}