Lavender

#CDD7EF

Blue

Color Codes

All color formats for development

HEX
#CDD7EF
RGB
rgb(205, 215, 239)
HSL
hsl(222, 52%, 87%)
OKLCH
oklch(0.879 0.035 267.6)
CMYK
cmyk(14%, 10%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4E9
200
#CDD7
300
#A6B8
400
#7793
500
#5174
600
#3659
700
#2B47
800
#1F32
900
#1420
950
#0C14

Shades

Darker variations

1#ABBCE4
2#89A1DA
3#6787CF
4#466CC4
5#3558A9
6#2B4687
7#203565
8#152343
9#0B1222

Tints

Lighter variations

1#D2DBF1
2#D7DFF2
3#DCE3F4
4#E1E7F5
5#E6EBF7
6#EBEFF9
7#F0F3FA
8#F5F7FC
9#FAFBFD

Tones

Muted variations

1#CED8ED
2#D0D8EC
3#D2D9EA
4#D4DAE8
5#D5DAE6
6#D7DBE5
7#D9DCE3
8#DADCE1
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E9
#E4E9F6
Light backgroundsTable row hoverSkeleton loading
200
CDD7
#CDD7EF
Secondary backgroundsInput backgroundsDividers
300
A6B8
#A6B8E3
BordersInactive statesPlaceholder text
400
7793
#7793D4
Disabled statesSecondary iconsMuted text
500
5174
#5174C8
Primary brand colorCTAsActive elementsLinks
600
3659
#3659AB
Hover statesFocus ringsPrimary buttons hover
700
2B47
#2B4788
Active/pressed statesDark mode accentsSecondary text
800
1F32
#1F3261
Text on light backgroundsHeadingsStrong borders
900
1420
#14203E
Primary textHigh emphasis contentDark headings
950
0C14
#0C1427
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F6FB;
  --lavender-100: #E4E9F6;
  --lavender-200: #CDD7EF;
  --lavender-300: #A6B8E3;
  --lavender-400: #7793D4;
  --lavender-500: #5174C8;
  --lavender-600: #3659AB;
  --lavender-700: #2B4788;
  --lavender-800: #1F3261;
  --lavender-900: #14203E;
  --lavender-950: #0C1427;
}
Generate More ShadesCreate PaletteConvert Color