Lavender

#CBDEF0

Blue

Color Codes

All color formats for development

HEX
#CBDEF0
RGB
rgb(203, 222, 240)
HSL
hsl(209, 55%, 87%)
OKLCH
oklch(0.892 0.032 246.7)
CMYK
cmyk(15%, 7%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3ED
200
#CCDE
300
#A4C5
400
#75A7
500
#4D8E
600
#3272
700
#285B
800
#1D41
900
#122A
950
#0B1A

Shades

Darker variations

1#A9C9E6
2#87B3DC
3#649DD2
4#4287C8
5#3271AC
6#285A8A
7#1E4467
8#142D45
9#0A1722

Tints

Lighter variations

1#D1E2F2
2#D6E5F3
3#DBE8F5
4#E0EBF6
5#E5EFF8
6#EAF2F9
7#F0F5FB
8#F5F8FC
9#FAFCFE

Tones

Muted variations

1#CDDEEE
2#CFDEEC
3#D1DEEB
4#D3DEE9
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
CCDE
#CCDEF0
Secondary backgroundsInput backgroundsDividers
300
A4C5
#A4C5E5
BordersInactive statesPlaceholder text
400
75A7
#75A7D7
Disabled statesSecondary iconsMuted text
500
4D8E
#4D8ECB
Primary brand colorCTAsActive elementsLinks
600
3272
#3272AE
Hover statesFocus ringsPrimary buttons hover
700
285B
#285B8A
Active/pressed statesDark mode accentsSecondary text
800
1D41
#1D4163
Text on light backgroundsHeadingsStrong borders
900
122A
#122A3F
Primary textHigh emphasis contentDark headings
950
0B1A
#0B1A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FC;
  --lavender-100: #E3EDF7;
  --lavender-200: #CCDEF0;
  --lavender-300: #A4C5E5;
  --lavender-400: #75A7D7;
  --lavender-500: #4D8ECB;
  --lavender-600: #3272AE;
  --lavender-700: #285B8A;
  --lavender-800: #1D4163;
  --lavender-900: #122A3F;
  --lavender-950: #0B1A28;
}
Generate More ShadesCreate PaletteConvert Color