Lavender

#CAD7F2

Blue

Color Codes

All color formats for development

HEX
#CAD7F2
RGB
rgb(202, 215, 242)
HSL
hsl(220, 61%, 87%)
OKLCH
oklch(0.878 0.04 265)
CMYK
cmyk(17%, 11%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EA
200
#CAD7
300
#A1B8
400
#6F94
500
#4675
600
#2C59
700
#2347
800
#1933
900
#1021
950
#0A14

Shades

Darker variations

1#A6BCE9
2#82A2E1
3#5E87D8
4#3B6CCF
5#2B58B3
6#23478F
7#1A356B
8#112347
9#091224

Tints

Lighter variations

1#CFDBF3
2#D4DFF5
3#DAE3F6
4#DFE7F7
5#E4EBF9
6#EAEFFA
7#EFF3FB
8#F4F7FC
9#FAFBFE

Tones

Muted variations

1#CCD8F0
2#CED8EE
3#D0D9EC
4#D2DAEA
5#D4DAE8
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
E2EA
#E2EAF8
Light backgroundsTable row hoverSkeleton loading
200
CAD7
#CAD7F2
Secondary backgroundsInput backgroundsDividers
300
A1B8
#A1B8E8
BordersInactive statesPlaceholder text
400
6F94
#6F94DC
Disabled statesSecondary iconsMuted text
500
4675
#4675D2
Primary brand colorCTAsActive elementsLinks
600
2C59
#2C59B5
Hover statesFocus ringsPrimary buttons hover
700
2347
#234790
Active/pressed statesDark mode accentsSecondary text
800
1933
#193367
Text on light backgroundsHeadingsStrong borders
900
1021
#102142
Primary textHigh emphasis contentDark headings
950
0A14
#0A1429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F6FC;
  --lavender-100: #E2EAF8;
  --lavender-200: #CAD7F2;
  --lavender-300: #A1B8E8;
  --lavender-400: #6F94DC;
  --lavender-500: #4675D2;
  --lavender-600: #2C59B5;
  --lavender-700: #234790;
  --lavender-800: #193367;
  --lavender-900: #102142;
  --lavender-950: #0A1429;
}
Generate More ShadesCreate PaletteConvert Color