Lavender
#DBFCFF
CyanColor Codes
All color formats for development
HEX
#DBFCFFRGB
rgb(219, 252, 255)HSL
hsl(185, 100%, 93%)OKLCH
oklch(0.968 0.034 203.3)CMYK
cmyk(14%, 1%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACF8FF
2#7CF4FF
3#4DF0FF
4#1EECFF
5#00D9ED
6#00AEBE
7#00828E
8#00575F
9#002B2F
Tints
Lighter variations
1#DFFCFF
2#E2FDFF
3#E6FDFF
4#EAFDFF
5#EDFEFF
6#F1FEFF
7#F4FEFF
8#F8FEFF
9#FBFFFF
Tones
Muted variations
1#DDFBFD
2#DFF9FB
3#E1F8FA
4#E2F6F8
5#E4F5F6
6#E6F3F4
7#E8F2F3
8#EAF0F1
9#EBEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FEFF;
--lavender-100: #DBFCFF;
--lavender-200: #BDF9FF;
--lavender-300: #8AF5FF;
--lavender-400: #4DF0FF;
--lavender-500: #1AECFF;
--lavender-600: #00CEE0;
--lavender-700: #00A4B3;
--lavender-800: #007580;
--lavender-900: #004B52;
--lavender-950: #002F33;
}