Lavender

#CDD6EE

Blue

Color Codes

All color formats for development

HEX
#CDD6EE
RGB
rgb(205, 214, 238)
HSL
hsl(224, 49%, 87%)
OKLCH
oklch(0.877 0.035 269.3)
CMYK
cmyk(14%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E4E9
200
#CED6
300
#A8B7
400
#7A91
500
#5472
600
#3957
700
#2E45
800
#2131
900
#151F
950
#0D14

Shades

Darker variations

1#ADBBE3
2#8BA0D7
3#6A84CC
4#4969C1
5#3956A5
6#2D4484
7#223363
8#172242
9#0B1121

Tints

Lighter variations

1#D3DAF0
2#D7DEF1
3#DCE2F3
4#E1E7F5
5#E6EBF7
6#EBEFF8
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#CFD7EC
2#D1D8EB
3#D2D9E9
4#D4D9E8
5#D6DAE6
6#D7DBE4
7#D9DCE3
8#DBDCE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E9
#E4E9F6
Light backgroundsTable row hoverSkeleton loading
200
CED6
#CED6EE
Secondary backgroundsInput backgroundsDividers
300
A8B7
#A8B7E1
BordersInactive statesPlaceholder text
400
7A91
#7A91D1
Disabled statesSecondary iconsMuted text
500
5472
#5472C4
Primary brand colorCTAsActive elementsLinks
600
3957
#3957A7
Hover statesFocus ringsPrimary buttons hover
700
2E45
#2E4585
Active/pressed statesDark mode accentsSecondary text
800
2131
#21315F
Text on light backgroundsHeadingsStrong borders
900
151F
#151F3D
Primary textHigh emphasis contentDark headings
950
0D14
#0D1426
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E4E9F6;
  --lavender-200: #CED6EE;
  --lavender-300: #A8B7E1;
  --lavender-400: #7A91D1;
  --lavender-500: #5472C4;
  --lavender-600: #3957A7;
  --lavender-700: #2E4585;
  --lavender-800: #21315F;
  --lavender-900: #151F3D;
  --lavender-950: #0D1426;
}
Generate More ShadesCreate PaletteConvert Color