Lavender

#BFEBFC

Blue

Color Codes

All color formats for development

HEX
#BFEBFC
RGB
rgb(191, 235, 252)
HSL
hsl(197, 91%, 87%)
OKLCH
oklch(0.915 0.051 223.4)
CMYK
cmyk(24%, 7%, 0%, 1%)

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
#DDF4
200
#C0EB
300
#8FDB
400
#55C9
500
#24B9
600
#0A9C
700
#087C
800
#0659
900
#0439
950
#0224

Shades

Darker variations

1#95DDFA
2#6BD0F8
3#41C3F6
4#16B5F4
5#0A9BD4
6#087CA9
7#065D7F
8#043E55
9#021F2A

Tints

Lighter variations

1#C6EDFC
2#CCEFFD
3#D3F1FD
4#D9F3FD
5#DFF5FE
6#E6F7FE
7#ECF9FE
8#F2FBFE
9#F9FDFF

Tones

Muted variations

1#C3EAF9
2#C6E8F6
3#C9E7F3
4#CCE6F0
5#CFE4ED
6#D2E3EA
7#D5E2E7
8#D8E0E4
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EB
#C0EBFC
Secondary backgroundsInput backgroundsDividers
300
8FDB
#8FDBFA
BordersInactive statesPlaceholder text
400
55C9
#55C9F7
Disabled statesSecondary iconsMuted text
500
24B9
#24B9F5
Primary brand colorCTAsActive elementsLinks
600
0A9C
#0A9CD6
Hover statesFocus ringsPrimary buttons hover
700
087C
#087CAA
Active/pressed statesDark mode accentsSecondary text
800
0659
#06597A
Text on light backgroundsHeadingsStrong borders
900
0439
#04394E
Primary textHigh emphasis contentDark headings
950
0224
#022431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FAFE;
  --lavender-100: #DDF4FD;
  --lavender-200: #C0EBFC;
  --lavender-300: #8FDBFA;
  --lavender-400: #55C9F7;
  --lavender-500: #24B9F5;
  --lavender-600: #0A9CD6;
  --lavender-700: #087CAA;
  --lavender-800: #06597A;
  --lavender-900: #04394E;
  --lavender-950: #022431;
}
Generate More ShadesCreate PaletteConvert Color