Lavender

#CDD0EF

Blue

Color Codes

All color formats for development

HEX
#CDD0EF
RGB
rgb(205, 208, 239)
HSL
hsl(235, 52%, 87%)
OKLCH
oklch(0.865 0.043 281.1)
CMYK
cmyk(14%, 13%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CDCF
300
#A6AB
400
#777F
500
#515B
600
#3640
700
#2B33
800
#1F24
900
#1417
950
#0C0E

Shades

Darker variations

1#ABB0E4
2#8990DA
3#6770CF
4#4650C4
5#353FA9
6#2B3287
7#202665
8#151943
9#0B0D22

Tints

Lighter variations

1#D2D4F1
2#D7D9F2
3#DCDEF4
4#E1E2F5
5#E6E7F7
6#EBECF9
7#F0F1FA
8#F5F5FC
9#FAFAFD

Tones

Muted variations

1#CED1ED
2#D0D2EC
3#D2D4EA
4#D4D5E8
5#D5D7E6
6#D7D8E5
7#D9DAE3
8#DADBE1
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CDCF
#CDCFEF
Secondary backgroundsInput backgroundsDividers
300
A6AB
#A6ABE3
BordersInactive statesPlaceholder text
400
777F
#777FD4
Disabled statesSecondary iconsMuted text
500
515B
#515BC8
Primary brand colorCTAsActive elementsLinks
600
3640
#3640AB
Hover statesFocus ringsPrimary buttons hover
700
2B33
#2B3388
Active/pressed statesDark mode accentsSecondary text
800
1F24
#1F2461
Text on light backgroundsHeadingsStrong borders
900
1417
#14173E
Primary textHigh emphasis contentDark headings
950
0C0E
#0C0E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F4FB;
  --lavender-100: #E4E5F6;
  --lavender-200: #CDCFEF;
  --lavender-300: #A6ABE3;
  --lavender-400: #777FD4;
  --lavender-500: #515BC8;
  --lavender-600: #3640AB;
  --lavender-700: #2B3388;
  --lavender-800: #1F2461;
  --lavender-900: #14173E;
  --lavender-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color