Lavender

#C7C3F9

Blue

Color Codes

All color formats for development

HEX
#C7C3F9
RGB
rgb(199, 195, 249)
HSL
hsl(244, 82%, 87%)
OKLCH
oklch(0.839 0.075 288.1)
CMYK
cmyk(20%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DF
200
#C6C3
300
#9B94
400
#665D
500
#3B2E
600
#2014
700
#1A10
800
#120B
900
#0C07
950
#0705

Shades

Darker variations

1#A09AF5
2#7A72F1
3#544AED
4#2E21E9
5#2014CA
6#1A10A2
7#130C79
8#0D0851
9#060428

Tints

Lighter variations

1#CCC9FA
2#D2CFFA
3#D7D5FB
4#DDDBFB
5#E3E1FC
6#E8E7FD
7#EEEDFD
8#F4F3FE
9#F9F9FE

Tones

Muted variations

1#C9C5F6
2#CBC8F4
3#CDCBF1
4#D0CEEE
5#D2D0EB
6#D4D3E9
7#D7D6E6
8#D9D8E3
9#DBDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DF
#E0DFFC
Light backgroundsTable row hoverSkeleton loading
200
C6C3
#C6C3F9
Secondary backgroundsInput backgroundsDividers
300
9B94
#9B94F4
BordersInactive statesPlaceholder text
400
665D
#665DEF
Disabled statesSecondary iconsMuted text
500
3B2E
#3B2EEA
Primary brand colorCTAsActive elementsLinks
600
2014
#2014CC
Hover statesFocus ringsPrimary buttons hover
700
1A10
#1A10A2
Active/pressed statesDark mode accentsSecondary text
800
120B
#120B74
Text on light backgroundsHeadingsStrong borders
900
0C07
#0C074A
Primary textHigh emphasis contentDark headings
950
0705
#07052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F1FE;
  --lavender-100: #E0DFFC;
  --lavender-200: #C6C3F9;
  --lavender-300: #9B94F4;
  --lavender-400: #665DEF;
  --lavender-500: #3B2EEA;
  --lavender-600: #2014CC;
  --lavender-700: #1A10A2;
  --lavender-800: #120B74;
  --lavender-900: #0C074A;
  --lavender-950: #07052E;
}
Generate More ShadesCreate PaletteConvert Color