Lavender
#DFF7FC
CyanColor Codes
All color formats for development
HEX
#DFF7FCRGB
rgb(223, 247, 252)HSL
hsl(190, 83%, 93%)OKLCH
oklch(0.96 0.026 211.6)CMYK
cmyk(12%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3ECF8
2#88E2F4
3#5CD7F0
4#31CDEC
5#14B8D9
6#1093AE
7#0C6F82
8#084A57
9#04252B
Tints
Lighter variations
1#E2F8FC
2#E5F9FD
3#E8F9FD
4#EBFAFD
5#EFFBFD
6#F2FCFE
7#F5FDFE
8#F8FDFE
9#FCFEFF
Tones
Muted variations
1#E0F6FA
2#E1F5F9
3#E3F4F8
4#E4F3F6
5#E6F2F5
6#E7F1F3
7#E9F0F2
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 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DEF7FC;
--lavender-200: #C2F0F9;
--lavender-300: #94E5F5;
--lavender-400: #5CD7F0;
--lavender-500: #2DCCEB;
--lavender-600: #13AECD;
--lavender-700: #0F8BA3;
--lavender-800: #0B6375;
--lavender-900: #073F4B;
--lavender-950: #04282F;
}