Lavender
#DEF9FC
CyanColor Codes
All color formats for development
HEX
#DEF9FCRGB
rgb(222, 249, 252)HSL
hsl(186, 83%, 93%)OKLCH
oklch(0.963 0.028 204.8)CMYK
cmyk(12%, 1%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F1F8
2#88E9F4
3#5CE1F0
4#31D9EC
5#14C5D9
6#109EAE
7#0C7682
8#084F57
9#04272B
Tints
Lighter variations
1#E2FAFC
2#E5FAFD
3#E8FBFD
4#EBFBFD
5#EFFCFD
6#F2FDFE
7#F5FDFE
8#F8FEFE
9#FCFEFF
Tones
Muted variations
1#E0F8FA
2#E1F7F9
3#E3F5F8
4#E4F4F6
5#E6F3F5
6#E7F2F3
7#E9F1F2
8#EAF0F0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DEF9FC;
--lavender-200: #C2F4F9;
--lavender-300: #94EBF5;
--lavender-400: #5CE1F0;
--lavender-500: #2DD8EB;
--lavender-600: #13BBCD;
--lavender-700: #0F95A3;
--lavender-800: #0B6A75;
--lavender-900: #07444B;
--lavender-950: #042A2F;
}