Lavender
#DFF7FB
CyanColor Codes
All color formats for development
HEX
#DFF7FBRGB
rgb(223, 247, 251)HSL
hsl(189, 78%, 93%)OKLCH
oklch(0.96 0.026 208.7)CMYK
cmyk(11%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5ECF6
2#8BE1F1
3#61D7EB
4#36CCE6
5#1AB7D3
6#1593A9
7#106E7F
8#0A4954
9#05252A
Tints
Lighter variations
1#E2F8FB
2#E6F9FC
3#E9F9FC
4#ECFAFD
5#EFFBFD
6#F2FCFD
7#F5FDFE
8#F9FDFE
9#FCFEFF
Tones
Muted variations
1#E1F6FA
2#E2F5F8
3#E3F4F7
4#E5F3F6
5#E6F2F4
6#E8F1F3
7#E9F0F1
8#EAEFF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFD;
--lavender-100: #DFF7FB;
--lavender-200: #C4F0F8;
--lavender-300: #97E4F2;
--lavender-400: #60D6EB;
--lavender-500: #33CBE6;
--lavender-600: #19ADC8;
--lavender-700: #148A9F;
--lavender-800: #0E6371;
--lavender-900: #093F49;
--lavender-950: #06272D;
}