Lavender

#CED0EE

Blue

Color Codes

All color formats for development

HEX
#CED0EE
RGB
rgb(206, 208, 238)
HSL
hsl(236, 48%, 87%)
OKLCH
oklch(0.865 0.041 282.5)
CMYK
cmyk(13%, 13%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E5E6
200
#CED0
300
#A8AC
400
#7B81
500
#555D
600
#3A42
700
#2E34
800
#2125
900
#1518
950
#0D0F

Shades

Darker variations

1#ADB1E2
2#8C91D7
3#6B72CB
4#4B52C0
5#3A41A4
6#2E3483
7#232763
8#171A42
9#0C0D21

Tints

Lighter variations

1#D3D5EF
2#D8D9F1
3#DDDEF3
4#E2E3F5
5#E6E8F6
6#EBECF8
7#F0F1FA
8#F5F6FC
9#FAFAFD

Tones

Muted variations

1#D0D1EC
2#D1D3EB
3#D3D4E9
4#D4D6E7
5#D6D7E6
6#D7D8E4
7#D9DAE3
8#DBDBE1
9#DCDCDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E6
#E5E6F6
Light backgroundsTable row hoverSkeleton loading
200
CED0
#CED0EE
Secondary backgroundsInput backgroundsDividers
300
A8AC
#A8ACE1
BordersInactive statesPlaceholder text
400
7B81
#7B81D1
Disabled statesSecondary iconsMuted text
500
555D
#555DC3
Primary brand colorCTAsActive elementsLinks
600
3A42
#3A42A6
Hover statesFocus ringsPrimary buttons hover
700
2E34
#2E3484
Active/pressed statesDark mode accentsSecondary text
800
2125
#21255E
Text on light backgroundsHeadingsStrong borders
900
1518
#15183C
Primary textHigh emphasis contentDark headings
950
0D0F
#0D0F26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E5E6F6;
  --lavender-200: #CED0EE;
  --lavender-300: #A8ACE1;
  --lavender-400: #7B81D1;
  --lavender-500: #555DC3;
  --lavender-600: #3A42A6;
  --lavender-700: #2E3484;
  --lavender-800: #21255E;
  --lavender-900: #15183C;
  --lavender-950: #0D0F26;
}
Generate More ShadesCreate PaletteConvert Color