Lavender

#BFEDFC

Blue

Color Codes

All color formats for development

HEX
#BFEDFC
RGB
rgb(191, 237, 252)
HSL
hsl(195, 91%, 87%)
OKLCH
oklch(0.919 0.052 219.7)
CMYK
cmyk(24%, 6%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF5
200
#C0ED
300
#8FDF
400
#55CE
500
#24C0
600
#0AA3
700
#0882
800
#065D
900
#043B
950
#0225

Shades

Darker variations

1#95E1FA
2#6BD5F8
3#41C9F6
4#16BDF4
5#0AA1D4
6#0881A9
7#06617F
8#044155
9#02202A

Tints

Lighter variations

1#C6EFFC
2#CCF1FD
3#D3F2FD
4#D9F4FD
5#DFF6FE
6#E6F8FE
7#ECFAFE
8#F2FBFE
9#F9FDFF

Tones

Muted variations

1#C3EBF9
2#C6EAF6
3#C9E8F3
4#CCE7F0
5#CFE5ED
6#D2E4EA
7#D5E2E7
8#D8E1E4
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF5
#DDF5FD
Light backgroundsTable row hoverSkeleton loading
200
C0ED
#C0EDFC
Secondary backgroundsInput backgroundsDividers
300
8FDF
#8FDFFA
BordersInactive statesPlaceholder text
400
55CE
#55CEF7
Disabled statesSecondary iconsMuted text
500
24C0
#24C0F5
Primary brand colorCTAsActive elementsLinks
600
0AA3
#0AA3D6
Hover statesFocus ringsPrimary buttons hover
700
0882
#0882AA
Active/pressed statesDark mode accentsSecondary text
800
065D
#065D7A
Text on light backgroundsHeadingsStrong borders
900
043B
#043B4E
Primary textHigh emphasis contentDark headings
950
0225
#022531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FBFE;
  --lavender-100: #DDF5FD;
  --lavender-200: #C0EDFC;
  --lavender-300: #8FDFFA;
  --lavender-400: #55CEF7;
  --lavender-500: #24C0F5;
  --lavender-600: #0AA3D6;
  --lavender-700: #0882AA;
  --lavender-800: #065D7A;
  --lavender-900: #043B4E;
  --lavender-950: #022531;
}
Generate More ShadesCreate PaletteConvert Color