Lavender

#BECCFE

Blue

Color Codes

All color formats for development

HEX
#BECCFE
RGB
rgb(190, 204, 254)
HSL
hsl(227, 97%, 87%)
OKLCH
oklch(0.851 0.072 272.6)
CMYK
cmyk(25%, 20%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE3
200
#BECC
300
#8BA4
400
#4F75
500
#1D4D
600
#0333
700
#0328
800
#021D
900
#0112
950
#010B

Shades

Darker variations

1#92A9FD
2#6687FD
3#3B64FC
4#0F42FB
5#0332DB
6#0328AF
7#021E83
8#011457
9#010A2C

Tints

Lighter variations

1#C4D1FE
2#CBD6FE
3#D1DBFE
4#D8E0FE
5#DEE5FF
6#E5EAFF
7#EBF0FF
8#F2F5FF
9#F8FAFF

Tones

Muted variations

1#C1CDFB
2#C4CFF8
3#C7D1F4
4#CBD3F1
5#CED5EE
6#D1D7EB
7#D4D8E7
8#D7DAE4
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE3
#DCE3FE
Light backgroundsTable row hoverSkeleton loading
200
BECC
#BECCFE
Secondary backgroundsInput backgroundsDividers
300
8BA4
#8BA4FD
BordersInactive statesPlaceholder text
400
4F75
#4F75FC
Disabled statesSecondary iconsMuted text
500
1D4D
#1D4DFC
Primary brand colorCTAsActive elementsLinks
600
0333
#0333DD
Hover statesFocus ringsPrimary buttons hover
700
0328
#0328B0
Active/pressed statesDark mode accentsSecondary text
800
021D
#021D7E
Text on light backgroundsHeadingsStrong borders
900
0112
#011250
Primary textHigh emphasis contentDark headings
950
010B
#010B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F3FF;
  --lavender-100: #DCE3FE;
  --lavender-200: #BECCFE;
  --lavender-300: #8BA4FD;
  --lavender-400: #4F75FC;
  --lavender-500: #1D4DFC;
  --lavender-600: #0333DD;
  --lavender-700: #0328B0;
  --lavender-800: #021D7E;
  --lavender-900: #011250;
  --lavender-950: #010B32;
}
Generate More ShadesCreate PaletteConvert Color