Lavender

#CFDAED

Blue

Color Codes

All color formats for development

HEX
#CFDAED
RGB
rgb(207, 218, 237)
HSL
hsl(218, 45%, 87%)
OKLCH
oklch(0.886 0.029 261.5)
CMYK
cmyk(13%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EB
200
#CFDA
300
#AABD
400
#7E9B
500
#597E
600
#3E63
700
#314F
800
#2338
900
#1624
950
#0E16

Shades

Darker variations

1#AFC1E1
2#8FA8D4
3#6E8FC8
4#4E76BC
5#3D62A1
6#314E81
7#253B61
8#182740
9#0C1420

Tints

Lighter variations

1#D4DEEF
2#D9E1F0
3#DDE5F2
4#E2E9F4
5#E7ECF6
6#ECF0F8
7#F1F4FA
8#F5F8FB
9#FAFBFD

Tones

Muted variations

1#D0DAEB
2#D2DBEA
3#D3DBE8
4#D5DBE7
5#D6DCE5
6#D8DCE4
7#D9DDE2
8#DBDDE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
CFDA
#CFDAED
Secondary backgroundsInput backgroundsDividers
300
AABD
#AABDDF
BordersInactive statesPlaceholder text
400
7E9B
#7E9BCE
Disabled statesSecondary iconsMuted text
500
597E
#597EC0
Primary brand colorCTAsActive elementsLinks
600
3E63
#3E63A3
Hover statesFocus ringsPrimary buttons hover
700
314F
#314F81
Active/pressed statesDark mode accentsSecondary text
800
2338
#23385C
Text on light backgroundsHeadingsStrong borders
900
1624
#16243B
Primary textHigh emphasis contentDark headings
950
0E16
#0E1625
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5EBF5;
  --lavender-200: #CFDAED;
  --lavender-300: #AABDDF;
  --lavender-400: #7E9BCE;
  --lavender-500: #597EC0;
  --lavender-600: #3E63A3;
  --lavender-700: #314F81;
  --lavender-800: #23385C;
  --lavender-900: #16243B;
  --lavender-950: #0E1625;
}
Generate More ShadesCreate PaletteConvert Color