Lavender

#CBDEF1

Blue

Color Codes

All color formats for development

HEX
#CBDEF1
RGB
rgb(203, 222, 241)
HSL
hsl(210, 58%, 87%)
OKLCH
oklch(0.892 0.033 248.2)
CMYK
cmyk(16%, 8%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E3ED
200
#CBDE
300
#A2C4
400
#72A6
500
#4A8C
600
#2F70
700
#2559
800
#1B40
900
#1129
950
#0B1A

Shades

Darker variations

1#A8C8E8
2#85B1DE
3#619BD5
4#3E85CC
5#2F6FAF
6#25598C
7#1C4369
8#132C46
9#091623

Tints

Lighter variations

1#D0E1F2
2#D5E4F4
3#DAE8F5
4#E0EBF7
5#E5EEF8
6#EAF2F9
7#EFF5FB
8#F5F8FC
9#FAFCFE

Tones

Muted variations

1#CDDEEF
2#CEDEED
3#D0DEEB
4#D2DEE9
5#D4DEE7
6#D6DEE6
7#D8DEE4
8#DADEE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E3ED
#E3EDF8
Light backgroundsTable row hoverSkeleton loading
200
CBDE
#CBDEF1
Secondary backgroundsInput backgroundsDividers
300
A2C4
#A2C4E6
BordersInactive statesPlaceholder text
400
72A6
#72A6DA
Disabled statesSecondary iconsMuted text
500
4A8C
#4A8CCF
Primary brand colorCTAsActive elementsLinks
600
2F70
#2F70B1
Hover statesFocus ringsPrimary buttons hover
700
2559
#25598D
Active/pressed statesDark mode accentsSecondary text
800
1B40
#1B4065
Text on light backgroundsHeadingsStrong borders
900
1129
#112940
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: #E3EDF8;
  --lavender-200: #CBDEF1;
  --lavender-300: #A2C4E6;
  --lavender-400: #72A6DA;
  --lavender-500: #4A8CCF;
  --lavender-600: #2F70B1;
  --lavender-700: #25598D;
  --lavender-800: #1B4065;
  --lavender-900: #112940;
  --lavender-950: #0B1A28;
}
Generate More ShadesCreate PaletteConvert Color