Lavender
#DFF0FB
BlueColor Codes
All color formats for development
HEX
#DFF0FBRGB
rgb(223, 240, 251)HSL
hsl(204, 78%, 93%)OKLCH
oklch(0.946 0.023 236)CMYK
cmyk(11%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5DCF6
2#8BC8F1
3#61B4EB
4#36A0E6
5#1A89D3
6#156EA9
7#10527F
8#0A3754
9#051B2A
Tints
Lighter variations
1#E2F1FB
2#E6F3FC
3#E9F4FC
4#ECF6FD
5#EFF7FD
6#F2F9FD
7#F5FAFE
8#F9FCFE
9#FCFDFF
Tones
Muted variations
1#E1F0FA
2#E2EFF8
3#E3EFF7
4#E5EFF6
5#E6EFF4
6#E8EEF3
7#E9EEF1
8#EAEEF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FD;
--lavender-100: #DFF0FB;
--lavender-200: #C4E3F8;
--lavender-300: #97CDF2;
--lavender-400: #60B4EB;
--lavender-500: #339EE6;
--lavender-600: #1982C8;
--lavender-700: #14679F;
--lavender-800: #0E4A71;
--lavender-900: #092F49;
--lavender-950: #061D2D;
}