Lavender
#DEF8FD
CyanColor Codes
All color formats for development
HEX
#DEF8FDRGB
rgb(222, 248, 253)HSL
hsl(190, 89%, 93%)OKLCH
oklch(0.962 0.028 210.5)CMYK
cmyk(12%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0EEFA
2#84E4F8
3#57DBF5
4#2AD1F3
5#0DBDE0
6#0A97B3
7#087186
8#054C5A
9#03262D
Tints
Lighter variations
1#E1F8FD
2#E4F9FD
3#E7FAFE
4#EBFBFE
5#EEFBFE
6#F2FCFE
7#F5FDFE
8#F8FEFF
9#FCFEFF
Tones
Muted variations
1#DFF7FB
2#E0F6FA
3#E2F5F8
4#E4F4F7
5#E5F2F5
6#E7F1F4
7#E8F0F2
8#EAEFF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E7 #90E7F9 | BordersInactive statesPlaceholder text |
| 400 | 56DB #56DBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D0 #26D0F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB3 #0CB3D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8E #0A8EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0766 #076678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF8FD;
--lavender-200: #C0F2FB;
--lavender-300: #90E7F9;
--lavender-400: #56DBF5;
--lavender-500: #26D0F2;
--lavender-600: #0CB3D4;
--lavender-700: #0A8EA9;
--lavender-800: #076678;
--lavender-900: #04414D;
--lavender-950: #032930;
}