Lavender

#CAD7F1

Blue

Color Codes

All color formats for development

HEX
#CAD7F1
RGB
rgb(202, 215, 241)
HSL
hsl(220, 58%, 87%)
OKLCH
oklch(0.877 0.039 264.4)
CMYK
cmyk(16%, 11%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E3EA
200
#CBD7
300
#A2B9
400
#7294
500
#4A76
600
#2F5B
700
#2548
800
#1B33
900
#1121
950
#0B15

Shades

Darker variations

1#A8BDE8
2#85A2DE
3#6188D5
4#3E6ECC
5#2F59AF
6#25488C
7#1C3669
8#132446
9#091223

Tints

Lighter variations

1#D0DBF2
2#D5DFF4
3#DAE3F5
4#E0E7F7
5#E5EBF8
6#EAEFF9
7#EFF3FB
8#F5F7FC
9#FAFBFE

Tones

Muted variations

1#CDD8EF
2#CED9ED
3#D0D9EB
4#D2DAE9
5#D4DBE7
6#D6DBE6
7#D8DCE4
8#DADDE2
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EA
#E3EAF8
Light backgroundsTable row hoverSkeleton loading
200
CBD7
#CBD7F1
Secondary backgroundsInput backgroundsDividers
300
A2B9
#A2B9E6
BordersInactive statesPlaceholder text
400
7294
#7294DA
Disabled statesSecondary iconsMuted text
500
4A76
#4A76CF
Primary brand colorCTAsActive elementsLinks
600
2F5B
#2F5BB1
Hover statesFocus ringsPrimary buttons hover
700
2548
#25488D
Active/pressed statesDark mode accentsSecondary text
800
1B33
#1B3365
Text on light backgroundsHeadingsStrong borders
900
1121
#112140
Primary textHigh emphasis contentDark headings
950
0B15
#0B1528
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F6FC;
  --lavender-100: #E3EAF8;
  --lavender-200: #CBD7F1;
  --lavender-300: #A2B9E6;
  --lavender-400: #7294DA;
  --lavender-500: #4A76CF;
  --lavender-600: #2F5BB1;
  --lavender-700: #25488D;
  --lavender-800: #1B3365;
  --lavender-900: #112140;
  --lavender-950: #0B1528;
}
Generate More ShadesCreate PaletteConvert Color