Lavender

#CDD1EE

Blue

Color Codes

All color formats for development

HEX
#CDD1EE
RGB
rgb(205, 209, 238)
HSL
hsl(233, 49%, 87%)
OKLCH
oklch(0.867 0.04 279.3)
CMYK
cmyk(14%, 12%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E6
200
#CED1
300
#A8AE
400
#7A84
500
#5461
600
#3946
700
#2E38
800
#2128
900
#1519
950
#0D10

Shades

Darker variations

1#ADB3E3
2#8B94D7
3#6A76CC
4#4957C1
5#3945A5
6#2D3784
7#222A63
8#171C42
9#0B0E21

Tints

Lighter variations

1#D3D6F0
2#D7DBF1
3#DCDFF3
4#E1E4F5
5#E6E8F7
6#EBEDF8
7#F0F1FA
8#F5F6FC
9#FAFAFD

Tones

Muted variations

1#CFD3EC
2#D1D4EB
3#D2D5E9
4#D4D6E8
5#D6D8E6
6#D7D9E4
7#D9DAE3
8#DBDBE1
9#DCDDDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E6
#E4E6F6
Light backgroundsTable row hoverSkeleton loading
200
CED1
#CED1EE
Secondary backgroundsInput backgroundsDividers
300
A8AE
#A8AEE1
BordersInactive statesPlaceholder text
400
7A84
#7A84D1
Disabled statesSecondary iconsMuted text
500
5461
#5461C4
Primary brand colorCTAsActive elementsLinks
600
3946
#3946A7
Hover statesFocus ringsPrimary buttons hover
700
2E38
#2E3885
Active/pressed statesDark mode accentsSecondary text
800
2128
#21285F
Text on light backgroundsHeadingsStrong borders
900
1519
#15193D
Primary textHigh emphasis contentDark headings
950
0D10
#0D1026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E4E6F6;
  --lavender-200: #CED1EE;
  --lavender-300: #A8AEE1;
  --lavender-400: #7A84D1;
  --lavender-500: #5461C4;
  --lavender-600: #3946A7;
  --lavender-700: #2E3885;
  --lavender-800: #21285F;
  --lavender-900: #15193D;
  --lavender-950: #0D1026;
}
Generate More ShadesCreate PaletteConvert Color