Lavender
#DCF6FF
BlueColor Codes
All color formats for development
HEX
#DCF6FFRGB
rgb(220, 246, 255)HSL
hsl(195, 100%, 93%)OKLCH
oklch(0.957 0.03 220.6)CMYK
cmyk(14%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACEAFF
2#7CDEFF
3#4DD3FF
4#1EC7FF
5#00B2ED
6#008EBE
7#006B8E
8#00475F
9#00242F
Tints
Lighter variations
1#DFF7FF
2#E2F8FF
3#E6F9FF
4#EAFAFF
5#EDFBFF
6#F1FBFF
7#F4FCFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF5FD
2#DFF4FB
3#E1F3FA
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 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFF;
--lavender-100: #DBF6FF;
--lavender-200: #BDEEFF;
--lavender-300: #8AE2FF;
--lavender-400: #4DD2FF;
--lavender-500: #1AC6FF;
--lavender-600: #00A8E0;
--lavender-700: #0086B3;
--lavender-800: #006080;
--lavender-900: #003D52;
--lavender-950: #002633;
}