Lavender

#BFE2FC

Blue

Color Codes

All color formats for development

HEX
#BFE2FC
RGB
rgb(191, 226, 252)
HSL
hsl(206, 91%, 87%)
OKLCH
oklch(0.896 0.051 240.3)
CMYK
cmyk(24%, 10%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEF
200
#C0E2
300
#8FCB
400
#55B1
500
#249A
600
#0A7E
700
#0864
800
#0647
900
#042E
950
#021D

Shades

Darker variations

1#95CEFA
2#6BBBF8
3#41A7F6
4#1694F4
5#0A7CD4
6#0864A9
7#064B7F
8#043255
9#02192A

Tints

Lighter variations

1#C6E5FC
2#CCE8FD
3#D3EBFD
4#D9EEFD
5#DFF0FE
6#E6F3FE
7#ECF6FE
8#F2F9FE
9#F9FCFF

Tones

Muted variations

1#C3E1F9
2#C6E1F6
3#C9E1F3
4#CCE0F0
5#CFE0ED
6#D2DFEA
7#D5DFE7
8#D8DFE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFD
Light backgroundsTable row hoverSkeleton loading
200
C0E2
#C0E2FC
Secondary backgroundsInput backgroundsDividers
300
8FCB
#8FCBFA
BordersInactive statesPlaceholder text
400
55B1
#55B1F7
Disabled statesSecondary iconsMuted text
500
249A
#249AF5
Primary brand colorCTAsActive elementsLinks
600
0A7E
#0A7ED6
Hover statesFocus ringsPrimary buttons hover
700
0864
#0864AA
Active/pressed statesDark mode accentsSecondary text
800
0647
#06477A
Text on light backgroundsHeadingsStrong borders
900
042E
#042E4E
Primary textHigh emphasis contentDark headings
950
021D
#021D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F8FE;
  --lavender-100: #DDEFFD;
  --lavender-200: #C0E2FC;
  --lavender-300: #8FCBFA;
  --lavender-400: #55B1F7;
  --lavender-500: #249AF5;
  --lavender-600: #0A7ED6;
  --lavender-700: #0864AA;
  --lavender-800: #06477A;
  --lavender-900: #042E4E;
  --lavender-950: #021D31;
}
Generate More ShadesCreate PaletteConvert Color