Lavender
#BDF0FF
CyanColor Codes
All color formats for development
HEX
#BDF0FFRGB
rgb(189, 240, 255)HSL
hsl(194, 100%, 87%)OKLCH
oklch(0.925 0.056 217.7)CMYK
cmyk(26%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90E5FF
2#64DBFF
3#38D0FF
4#0BC6FF
5#00AADE
6#0088B1
7#006685
8#004459
9#00222C
Tints
Lighter variations
1#C3F1FF
2#CAF3FF
3#D1F4FF
4#D7F6FF
5#DEF7FF
6#E4F9FF
7#EBFAFF
8#F2FCFF
9#F8FDFF
Tones
Muted variations
1#C0EEFC
2#C3ECF8
3#C7EAF5
4#CAE8F2
5#CDE7EE
6#D1E5EB
7#D4E3E8
8#D7E1E4
9#DBE0E1
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;
}