Lavender
#DEF8FC
CyanColor Codes
All color formats for development
HEX
#DEF8FCRGB
rgb(222, 248, 252)HSL
hsl(188, 83%, 93%)OKLCH
oklch(0.961 0.028 207.8)CMYK
cmyk(12%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3EFF8
2#88E5F4
3#5CDCF0
4#31D3EC
5#14BFD9
6#1099AE
7#0C7282
8#084C57
9#04262B
Tints
Lighter variations
1#E2F9FC
2#E5F9FD
3#E8FAFD
4#EBFBFD
5#EFFCFD
6#F2FCFE
7#F5FDFE
8#F8FEFE
9#FCFEFF
Tones
Muted variations
1#E0F7FA
2#E1F6F9
3#E3F5F8
4#E4F4F6
5#E6F3F5
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 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DEF8FC;
--lavender-200: #C2F2F9;
--lavender-300: #94E8F5;
--lavender-400: #5CDCF0;
--lavender-500: #2DD2EB;
--lavender-600: #13B4CD;
--lavender-700: #0F90A3;
--lavender-800: #0B6775;
--lavender-900: #07424B;
--lavender-950: #04292F;
}