Lavender

#CADAF2

Blue

Color Codes

All color formats for development

HEX
#CADAF2
RGB
rgb(202, 218, 242)
HSL
hsl(216, 61%, 87%)
OKLCH
oklch(0.884 0.037 258.4)
CMYK
cmyk(17%, 10%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EB
200
#CADA
300
#A1BD
400
#6F9B
500
#467E
600
#2C63
700
#234E
800
#1938
900
#1024
950
#0A16

Shades

Darker variations

1#A6C1E9
2#82A8E1
3#5E8FD8
4#3B76CF
5#2B61B3
6#234E8F
7#1A3A6B
8#112747
9#091324

Tints

Lighter variations

1#CFDEF3
2#D4E1F5
3#DAE5F6
4#DFE9F7
5#E4ECF9
6#EAF0FA
7#EFF4FB
8#F4F8FC
9#FAFBFE

Tones

Muted variations

1#CCDAF0
2#CEDBEE
3#D0DBEC
4#D2DBEA
5#D4DCE8
6#D6DCE6
7#D8DDE4
8#DADDE2
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EB
#E2EBF8
Light backgroundsTable row hoverSkeleton loading
200
CADA
#CADAF2
Secondary backgroundsInput backgroundsDividers
300
A1BD
#A1BDE8
BordersInactive statesPlaceholder text
400
6F9B
#6F9BDC
Disabled statesSecondary iconsMuted text
500
467E
#467ED2
Primary brand colorCTAsActive elementsLinks
600
2C63
#2C63B5
Hover statesFocus ringsPrimary buttons hover
700
234E
#234E90
Active/pressed statesDark mode accentsSecondary text
800
1938
#193867
Text on light backgroundsHeadingsStrong borders
900
1024
#102442
Primary textHigh emphasis contentDark headings
950
0A16
#0A1629
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F6FC;
  --lavender-100: #E2EBF8;
  --lavender-200: #CADAF2;
  --lavender-300: #A1BDE8;
  --lavender-400: #6F9BDC;
  --lavender-500: #467ED2;
  --lavender-600: #2C63B5;
  --lavender-700: #234E90;
  --lavender-800: #193867;
  --lavender-900: #102442;
  --lavender-950: #0A1629;
}
Generate More ShadesCreate PaletteConvert Color