Lavender

#CFDDED

Blue

Color Codes

All color formats for development

HEX
#CFDDED
RGB
rgb(207, 221, 237)
HSL
hsl(212, 45%, 87%)
OKLCH
oklch(0.892 0.027 251.7)
CMYK
cmyk(13%, 7%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#CFDD
300
#AAC3
400
#7EA3
500
#5989
600
#3E6D
700
#3157
800
#233E
900
#1628
950
#0E19

Shades

Darker variations

1#AFC6E1
2#8FAFD4
3#6E98C8
4#4E81BC
5#3D6CA1
6#315681
7#254161
8#182B40
9#0C1620

Tints

Lighter variations

1#D4E0EF
2#D9E4F0
3#DDE7F2
4#E2EBF4
5#E7EEF6
6#ECF1F8
7#F1F5FA
8#F5F8FB
9#FAFCFD

Tones

Muted variations

1#D0DDEB
2#D2DDEA
3#D3DDE8
4#D5DDE7
5#D6DDE5
6#D8DDE4
7#D9DEE2
8#DBDEE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
CFDD
#CFDDED
Secondary backgroundsInput backgroundsDividers
300
AAC3
#AAC3DF
BordersInactive statesPlaceholder text
400
7EA3
#7EA3CE
Disabled statesSecondary iconsMuted text
500
5989
#5989C0
Primary brand colorCTAsActive elementsLinks
600
3E6D
#3E6DA3
Hover statesFocus ringsPrimary buttons hover
700
3157
#315781
Active/pressed statesDark mode accentsSecondary text
800
233E
#233E5C
Text on light backgroundsHeadingsStrong borders
900
1628
#16283B
Primary textHigh emphasis contentDark headings
950
0E19
#0E1925
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5EDF5;
  --lavender-200: #CFDDED;
  --lavender-300: #AAC3DF;
  --lavender-400: #7EA3CE;
  --lavender-500: #5989C0;
  --lavender-600: #3E6DA3;
  --lavender-700: #315781;
  --lavender-800: #233E5C;
  --lavender-900: #16283B;
  --lavender-950: #0E1925;
}
Generate More ShadesCreate PaletteConvert Color