Lavender
#BDF4FE
CyanColor Codes
All color formats for development
HEX
#BDF4FERGB
rgb(189, 244, 254)HSL
hsl(189, 97%, 87%)OKLCH
oklch(0.933 0.057 209.9)CMYK
cmyk(26%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92EDFD
2#66E6FD
3#3BDFFC
4#0FD8FB
5#03BADB
6#0395AF
7#027083
8#014A57
9#01252C
Tints
Lighter variations
1#C4F5FE
2#CBF6FE
3#D1F8FE
4#D8F9FE
5#DEFAFF
6#E5FBFF
7#EBFCFF
8#F2FDFF
9#F8FEFF
Tones
Muted variations
1#C1F2FB
2#C4F0F8
3#C7EEF4
4#CBEBF1
5#CEE9EE
6#D1E7EB
7#D4E5E7
8#D7E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEC #8BECFD | BordersInactive statesPlaceholder text |
| 400 | 4FE2 #4FE2FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDA #1DDAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03BC #03BCDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0396 #0396B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026B #026B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0145 #014550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DCF9FE;
--lavender-200: #BEF4FE;
--lavender-300: #8BECFD;
--lavender-400: #4FE2FC;
--lavender-500: #1DDAFC;
--lavender-600: #03BCDD;
--lavender-700: #0396B0;
--lavender-800: #026B7E;
--lavender-900: #014550;
--lavender-950: #012B32;
}