Lavender
#DBFFFF
CyanColor Codes
All color formats for development
HEX
#DBFFFFRGB
rgb(219, 255, 255)HSL
hsl(180, 100%, 93%)OKLCH
oklch(0.975 0.037 196.6)CMYK
cmyk(14%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFFF
2#7CFFFF
3#4DFFFF
4#1EFFFF
5#00EDED
6#00BEBE
7#008E8E
8#005F5F
9#002F2F
Tints
Lighter variations
1#DFFFFF
2#E2FFFF
3#E6FFFF
4#EAFFFF
5#EDFFFF
6#F1FFFF
7#F4FFFF
8#F8FFFF
9#FBFFFF
Tones
Muted variations
1#DDFDFD
2#DFFBFB
3#E1FAFA
4#E2F8F8
5#E4F6F6
6#E6F4F4
7#E8F3F3
8#EAF1F1
9#EBEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFFF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005252 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFF;
--lavender-100: #DBFFFF;
--lavender-200: #BDFFFF;
--lavender-300: #8AFFFF;
--lavender-400: #4DFFFF;
--lavender-500: #1AFFFF;
--lavender-600: #00E0E0;
--lavender-700: #00B3B3;
--lavender-800: #008080;
--lavender-900: #005252;
--lavender-950: #003333;
}