Lavender
#BDF9FF
CyanColor Codes
All color formats for development
HEX
#BDF9FFRGB
rgb(189, 249, 255)HSL
hsl(185, 100%, 87%)OKLCH
oklch(0.944 0.061 203.8)CMYK
cmyk(26%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90F6FF
2#64F2FF
3#38EEFF
4#0BEBFF
5#00CBDE
6#00A3B1
7#007A85
8#005159
9#00292C
Tints
Lighter variations
1#C3FAFF
2#CAFBFF
3#D1FBFF
4#D7FCFF
5#DEFCFF
6#E4FDFF
7#EBFDFF
8#F2FEFF
9#F8FEFF
Tones
Muted variations
1#C0F7FC
2#C3F4F8
3#C7F1F5
4#CAEEF2
5#CDECEE
6#D1E9EB
7#D4E6E8
8#D7E3E4
9#DBE1E1
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;
}