Lavender

#CBDDF0

Blue

Color Codes

All color formats for development

HEX
#CBDDF0
RGB
rgb(203, 221, 240)
HSL
hsl(211, 55%, 87%)
OKLCH
oklch(0.89 0.033 249.6)
CMYK
cmyk(15%, 8%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3ED
200
#CCDD
300
#A4C3
400
#75A4
500
#4D8A
600
#326E
700
#2858
800
#1D3F
900
#1228
950
#0B19

Shades

Darker variations

1#A9C7E6
2#87B0DC
3#6499D2
4#4283C8
5#326DAC
6#28578A
7#1E4167
8#142C45
9#0A1622

Tints

Lighter variations

1#D1E1F2
2#D6E4F3
3#DBE7F5
4#E0EBF6
5#E5EEF8
6#EAF1F9
7#F0F5FB
8#F5F8FC
9#FAFCFE

Tones

Muted variations

1#CDDDEE
2#CFDDEC
3#D1DDEB
4#D3DDE9
5#D5DEE7
6#D7DEE5
7#D8DEE3
8#DADEE1
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E3ED
#E3EDF7
Light backgroundsTable row hoverSkeleton loading
200
CCDD
#CCDDF0
Secondary backgroundsInput backgroundsDividers
300
A4C3
#A4C3E5
BordersInactive statesPlaceholder text
400
75A4
#75A4D7
Disabled statesSecondary iconsMuted text
500
4D8A
#4D8ACB
Primary brand colorCTAsActive elementsLinks
600
326E
#326EAE
Hover statesFocus ringsPrimary buttons hover
700
2858
#28588A
Active/pressed statesDark mode accentsSecondary text
800
1D3F
#1D3F63
Text on light backgroundsHeadingsStrong borders
900
1228
#12283F
Primary textHigh emphasis contentDark headings
950
0B19
#0B1928
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FC;
  --lavender-100: #E3EDF7;
  --lavender-200: #CCDDF0;
  --lavender-300: #A4C3E5;
  --lavender-400: #75A4D7;
  --lavender-500: #4D8ACB;
  --lavender-600: #326EAE;
  --lavender-700: #28588A;
  --lavender-800: #1D3F63;
  --lavender-900: #12283F;
  --lavender-950: #0B1928;
}
Generate More ShadesCreate PaletteConvert Color