Lavender
#BDFBFF
CyanColor Codes
All color formats for development
HEX
#BDFBFFRGB
rgb(189, 251, 255)HSL
hsl(184, 100%, 87%)OKLCH
oklch(0.948 0.062 201.1)CMYK
cmyk(26%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90F8FF
2#64F5FF
3#38F2FF
4#0BEFFF
5#00CFDE
6#00A6B1
7#007C85
8#005359
9#00292C
Tints
Lighter variations
1#C3FBFF
2#CAFBFF
3#D1FCFF
4#D7FCFF
5#DEFDFF
6#E4FDFF
7#EBFEFF
8#F2FEFF
9#F8FFFF
Tones
Muted variations
1#C0F8FC
2#C3F5F8
3#C7F2F5
4#CAEFF2
5#CDECEE
6#D1E9EB
7#D4E6E8
8#D7E4E4
9#DBE1E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FEFF;
--lavender-100: #DBFDFF;
--lavender-200: #BDFBFF;
--lavender-300: #8AF7FF;
--lavender-400: #4DF3FF;
--lavender-500: #1AF0FF;
--lavender-600: #00D1E0;
--lavender-700: #00A7B3;
--lavender-800: #007780;
--lavender-900: #004C52;
--lavender-950: #003033;
}