Lavender
#DCF7FF
CyanColor Codes
All color formats for development
HEX
#DCF7FFRGB
rgb(220, 247, 255)HSL
hsl(194, 100%, 93%)OKLCH
oklch(0.959 0.03 217.5)CMYK
cmyk(14%, 3%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACECFF
2#7CE1FF
3#4DD5FF
4#1ECAFF
5#00B6ED
6#0091BE
7#006D8E
8#00495F
9#00242F
Tints
Lighter variations
1#DFF8FF
2#E2F8FF
3#E6F9FF
4#EAFAFF
5#EDFBFF
6#F1FCFF
7#F4FDFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF6FD
2#DFF5FB
3#E1F4FA
4#E2F3F8
5#E4F2F6
6#E6F1F4
7#E8F0F3
8#EAEFF1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFF;
--lavender-100: #DBF7FF;
--lavender-200: #BDF0FF;
--lavender-300: #8AE4FF;
--lavender-400: #4DD5FF;
--lavender-500: #1AC9FF;
--lavender-600: #00ACE0;
--lavender-700: #0089B3;
--lavender-800: #006280;
--lavender-900: #003F52;
--lavender-950: #002733;
}