Lavender

#CFDAEC

Blue

Color Codes

All color formats for development

HEX
#CFDAEC
RGB
rgb(207, 218, 236)
HSL
hsl(217, 43%, 87%)
OKLCH
oklch(0.885 0.028 260.3)
CMYK
cmyk(12%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EB
200
#D0DB
300
#ABBE
400
#7F9D
500
#5B81
600
#4065
700
#3350
800
#2439
900
#1725
950
#0F17

Shades

Darker variations

1#B0C2DF
2#90AAD3
3#7091C6
4#5179BA
5#3F649F
6#33507F
7#263C5F
8#19283F
9#0D1420

Tints

Lighter variations

1#D4DEEE
2#D9E2F0
3#DEE5F2
4#E3E9F4
5#E7EDF6
6#ECF0F7
7#F1F4F9
8#F6F8FB
9#FAFBFD

Tones

Muted variations

1#D1DBEB
2#D2DBE9
3#D4DCE8
4#D5DCE6
5#D7DCE5
6#D8DDE4
7#DADDE2
8#DBDDE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EB
#E5EBF5
Light backgroundsTable row hoverSkeleton loading
200
D0DB
#D0DBEC
Secondary backgroundsInput backgroundsDividers
300
ABBE
#ABBEDE
BordersInactive statesPlaceholder text
400
7F9D
#7F9DCC
Disabled statesSecondary iconsMuted text
500
5B81
#5B81BE
Primary brand colorCTAsActive elementsLinks
600
4065
#4065A0
Hover statesFocus ringsPrimary buttons hover
700
3350
#335080
Active/pressed statesDark mode accentsSecondary text
800
2439
#24395B
Text on light backgroundsHeadingsStrong borders
900
1725
#17253A
Primary textHigh emphasis contentDark headings
950
0F17
#0F1724
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5EBF5;
  --lavender-200: #D0DBEC;
  --lavender-300: #ABBEDE;
  --lavender-400: #7F9DCC;
  --lavender-500: #5B81BE;
  --lavender-600: #4065A0;
  --lavender-700: #335080;
  --lavender-800: #24395B;
  --lavender-900: #17253A;
  --lavender-950: #0F1724;
}
Generate More ShadesCreate PaletteConvert Color