Lavender

#C7CDF5

Blue

Color Codes

All color formats for development

HEX
#C7CDF5
RGB
rgb(199, 205, 245)
HSL
hsl(232, 70%, 87%)
OKLCH
oklch(0.857 0.056 278.4)
CMYK
cmyk(19%, 16%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E4
200
#C7CD
300
#9BA6
400
#6778
500
#3C51
600
#2237
700
#1B2B
800
#131F
900
#0C14
950
#080C

Shades

Darker variations

1#A1ABEE
2#7B8AE8
3#5668E1
4#3047DA
5#2136BD
6#1B2B97
7#142071
8#0D164B
9#070B26

Tints

Lighter variations

1#CCD2F6
2#D2D7F7
3#D8DCF8
4#DDE1F9
5#E3E6FA
6#E8EBFB
7#EEF0FC
8#F4F5FD
9#F9FAFE

Tones

Muted variations

1#C9CFF3
2#CBD0F0
3#CED2EE
4#D0D4EC
5#D2D5E9
6#D5D7E7
7#D7D9E5
8#D9DAE2
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E4
#E1E4FA
Light backgroundsTable row hoverSkeleton loading
200
C7CD
#C7CDF5
Secondary backgroundsInput backgroundsDividers
300
9BA6
#9BA6ED
BordersInactive statesPlaceholder text
400
6778
#6778E4
Disabled statesSecondary iconsMuted text
500
3C51
#3C51DD
Primary brand colorCTAsActive elementsLinks
600
2237
#2237BF
Hover statesFocus ringsPrimary buttons hover
700
1B2B
#1B2B98
Active/pressed statesDark mode accentsSecondary text
800
131F
#131F6C
Text on light backgroundsHeadingsStrong borders
900
0C14
#0C1445
Primary textHigh emphasis contentDark headings
950
080C
#080C2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F3FD;
  --lavender-100: #E1E4FA;
  --lavender-200: #C7CDF5;
  --lavender-300: #9BA6ED;
  --lavender-400: #6778E4;
  --lavender-500: #3C51DD;
  --lavender-600: #2237BF;
  --lavender-700: #1B2B98;
  --lavender-800: #131F6C;
  --lavender-900: #0C1445;
  --lavender-950: #080C2B;
}
Generate More ShadesCreate PaletteConvert Color