Lavender

#BEEBFE

Blue

Color Codes

All color formats for development

HEX
#BEEBFE
RGB
rgb(190, 235, 254)
HSL
hsl(198, 97%, 87%)
OKLCH
oklch(0.915 0.053 225.5)
CMYK
cmyk(25%, 7%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BEEB
300
#8BDB
400
#4FC8
500
#1DB9
600
#039C
700
#037C
800
#0258
900
#0139
950
#0123

Shades

Darker variations

1#92DDFD
2#66D0FD
3#3BC2FC
4#0FB4FB
5#039ADB
6#037BAF
7#025C83
8#013E57
9#011F2C

Tints

Lighter variations

1#C4EDFE
2#CBEFFE
3#D1F1FE
4#D8F3FE
5#DEF5FF
6#E5F7FF
7#EBF9FF
8#F2FBFF
9#F8FDFF

Tones

Muted variations

1#C1E9FB
2#C4E8F8
3#C7E7F4
4#CBE6F1
5#CEE4EE
6#D1E3EB
7#D4E2E7
8#D7E0E4
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF4
#DCF4FE
Light backgroundsTable row hoverSkeleton loading
200
BEEB
#BEEBFE
Secondary backgroundsInput backgroundsDividers
300
8BDB
#8BDBFD
BordersInactive statesPlaceholder text
400
4FC8
#4FC8FC
Disabled statesSecondary iconsMuted text
500
1DB9
#1DB9FC
Primary brand colorCTAsActive elementsLinks
600
039C
#039CDD
Hover statesFocus ringsPrimary buttons hover
700
037C
#037CB0
Active/pressed statesDark mode accentsSecondary text
800
0258
#02587E
Text on light backgroundsHeadingsStrong borders
900
0139
#013950
Primary textHigh emphasis contentDark headings
950
0123
#012332
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FAFF;
  --lavender-100: #DCF4FE;
  --lavender-200: #BEEBFE;
  --lavender-300: #8BDBFD;
  --lavender-400: #4FC8FC;
  --lavender-500: #1DB9FC;
  --lavender-600: #039CDD;
  --lavender-700: #037CB0;
  --lavender-800: #02587E;
  --lavender-900: #013950;
  --lavender-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color