Lavender

#CFDCED

Blue

Color Codes

All color formats for development

HEX
#CFDCED
RGB
rgb(207, 220, 237)
HSL
hsl(214, 45%, 87%)
OKLCH
oklch(0.89 0.027 255.1)
CMYK
cmyk(13%, 7%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CFDC
300
#AAC1
400
#7EA0
500
#5985
600
#3E69
700
#3154
800
#233C
900
#1626
950
#0E18

Shades

Darker variations

1#AFC4E1
2#8FADD4
3#6E95C8
4#4E7EBC
5#3D68A1
6#315381
7#253F61
8#182A40
9#0C1520

Tints

Lighter variations

1#D4DFEF
2#D9E3F0
3#DDE6F2
4#E2EAF4
5#E7EDF6
6#ECF1F8
7#F1F4FA
8#F5F8FB
9#FAFBFD

Tones

Muted variations

1#D0DCEB
2#D2DCEA
3#D3DCE8
4#D5DDE7
5#D6DDE5
6#D8DDE4
7#D9DDE2
8#DBDDE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF5
Light backgroundsTable row hoverSkeleton loading
200
CFDC
#CFDCED
Secondary backgroundsInput backgroundsDividers
300
AAC1
#AAC1DF
BordersInactive statesPlaceholder text
400
7EA0
#7EA0CE
Disabled statesSecondary iconsMuted text
500
5985
#5985C0
Primary brand colorCTAsActive elementsLinks
600
3E69
#3E69A3
Hover statesFocus ringsPrimary buttons hover
700
3154
#315481
Active/pressed statesDark mode accentsSecondary text
800
233C
#233C5C
Text on light backgroundsHeadingsStrong borders
900
1626
#16263B
Primary textHigh emphasis contentDark headings
950
0E18
#0E1825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5ECF5;
  --lavender-200: #CFDCED;
  --lavender-300: #AAC1DF;
  --lavender-400: #7EA0CE;
  --lavender-500: #5985C0;
  --lavender-600: #3E69A3;
  --lavender-700: #315481;
  --lavender-800: #233C5C;
  --lavender-900: #16263B;
  --lavender-950: #0E1825;
}
Generate More ShadesCreate PaletteConvert Color