Lavender
#BDF8FE
CyanColor Codes
All color formats for development
HEX
#BDF8FERGB
rgb(189, 248, 254)HSL
hsl(186, 97%, 87%)OKLCH
oklch(0.941 0.06 204)CMYK
cmyk(26%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92F3FD
2#66EEFD
3#3BE9FC
4#0FE4FB
5#03C5DB
6#039EAF
7#027683
8#014F57
9#01272C
Tints
Lighter variations
1#C4F8FE
2#CBF9FE
3#D1FAFE
4#D8FBFE
5#DEFBFF
6#E5FCFF
7#EBFDFF
8#F2FEFF
9#F8FEFF
Tones
Muted variations
1#C1F5FB
2#C4F2F8
3#C7F0F4
4#CBEDF1
5#CEEBEE
6#D1E8EB
7#D4E6E7
8#D7E3E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FDFF;
--lavender-100: #DCFBFE;
--lavender-200: #BEF8FE;
--lavender-300: #8BF2FD;
--lavender-400: #4FEBFC;
--lavender-500: #1DE5FC;
--lavender-600: #03C7DD;
--lavender-700: #039FB0;
--lavender-800: #02717E;
--lavender-900: #014850;
--lavender-950: #012D32;
}