Lavender

#CCDAEF

Blue

Color Codes

All color formats for development

HEX
#CCDAEF
RGB
rgb(204, 218, 239)
HSL
hsl(216, 52%, 87%)
OKLCH
oklch(0.884 0.033 258.4)
CMYK
cmyk(15%, 9%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4EB
200
#CDDA
300
#A6BE
400
#779C
500
#5180
600
#3665
700
#2B50
800
#1F39
900
#1425
950
#0C17

Shades

Darker variations

1#ABC2E4
2#89A9DA
3#6791CF
4#4678C4
5#3563A9
6#2B5087
7#203C65
8#152843
9#0B1422

Tints

Lighter variations

1#D2DEF1
2#D7E2F2
3#DCE5F4
4#E1E9F5
5#E6EDF7
6#EBF0F9
7#F0F4FA
8#F5F8FC
9#FAFBFD

Tones

Muted variations

1#CEDBED
2#D0DBEC
3#D2DBEA
4#D4DCE8
5#D5DCE6
6#D7DCE5
7#D9DDE3
8#DADDE1
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CDDA
#CDDAEF
Secondary backgroundsInput backgroundsDividers
300
A6BE
#A6BEE3
BordersInactive statesPlaceholder text
400
779C
#779CD4
Disabled statesSecondary iconsMuted text
500
5180
#5180C8
Primary brand colorCTAsActive elementsLinks
600
3665
#3665AB
Hover statesFocus ringsPrimary buttons hover
700
2B50
#2B5088
Active/pressed statesDark mode accentsSecondary text
800
1F39
#1F3961
Text on light backgroundsHeadingsStrong borders
900
1425
#14253E
Primary textHigh emphasis contentDark headings
950
0C17
#0C1727
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FB;
  --lavender-100: #E4EBF6;
  --lavender-200: #CDDAEF;
  --lavender-300: #A6BEE3;
  --lavender-400: #779CD4;
  --lavender-500: #5180C8;
  --lavender-600: #3665AB;
  --lavender-700: #2B5088;
  --lavender-800: #1F3961;
  --lavender-900: #14253E;
  --lavender-950: #0C1727;
}
Generate More ShadesCreate PaletteConvert Color