Lavender
#DFF8FB
CyanColor Codes
All color formats for development
HEX
#DFF8FBRGB
rgb(223, 248, 251)HSL
hsl(186, 78%, 93%)OKLCH
oklch(0.962 0.026 205.4)CMYK
cmyk(11%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5EFF6
2#8BE6F1
3#61DEEB
4#36D5E6
5#1AC1D3
6#159AA9
7#10747F
8#0A4D54
9#05272A
Tints
Lighter variations
1#E2F9FB
2#E6FAFC
3#E9FAFC
4#ECFBFD
5#EFFCFD
6#F2FCFD
7#F5FDFE
8#F9FEFE
9#FCFEFF
Tones
Muted variations
1#E1F7FA
2#E2F6F8
3#E3F5F7
4#E5F4F6
5#E6F3F4
6#E8F2F3
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFD;
--lavender-100: #DFF8FB;
--lavender-200: #C4F3F8;
--lavender-300: #97E9F2;
--lavender-400: #60DDEB;
--lavender-500: #33D4E6;
--lavender-600: #19B6C8;
--lavender-700: #14919F;
--lavender-800: #0E6871;
--lavender-900: #094249;
--lavender-950: #06292D;
}