Lavender

#CBCFF1

Blue

Color Codes

All color formats for development

HEX
#CBCFF1
RGB
rgb(203, 207, 241)
HSL
hsl(234, 58%, 87%)
OKLCH
oklch(0.862 0.047 280.1)
CMYK
cmyk(16%, 14%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E3E5
200
#CBCE
300
#A2A9
400
#727C
500
#4A57
600
#2F3C
700
#2530
800
#1B22
900
#1116
950
#0B0E

Shades

Darker variations

1#A8AEE8
2#858EDE
3#616DD5
4#3E4DCC
5#2F3BAF
6#25308C
7#1C2469
8#131846
9#090C23

Tints

Lighter variations

1#D0D3F2
2#D5D8F4
3#DADDF5
4#E0E2F7
5#E5E7F8
6#EAECF9
7#EFF0FB
8#F5F5FC
9#FAFAFE

Tones

Muted variations

1#CDD0EF
2#CED2ED
3#D0D3EB
4#D2D5E9
5#D4D6E7
6#D6D8E6
7#D8D9E4
8#DADBE2
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E5
#E3E5F8
Light backgroundsTable row hoverSkeleton loading
200
CBCE
#CBCEF1
Secondary backgroundsInput backgroundsDividers
300
A2A9
#A2A9E6
BordersInactive statesPlaceholder text
400
727C
#727CDA
Disabled statesSecondary iconsMuted text
500
4A57
#4A57CF
Primary brand colorCTAsActive elementsLinks
600
2F3C
#2F3CB1
Hover statesFocus ringsPrimary buttons hover
700
2530
#25308D
Active/pressed statesDark mode accentsSecondary text
800
1B22
#1B2265
Text on light backgroundsHeadingsStrong borders
900
1116
#111640
Primary textHigh emphasis contentDark headings
950
0B0E
#0B0E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F4FC;
  --lavender-100: #E3E5F8;
  --lavender-200: #CBCEF1;
  --lavender-300: #A2A9E6;
  --lavender-400: #727CDA;
  --lavender-500: #4A57CF;
  --lavender-600: #2F3CB1;
  --lavender-700: #25308D;
  --lavender-800: #1B2265;
  --lavender-900: #111640;
  --lavender-950: #0B0E28;
}
Generate More ShadesCreate PaletteConvert Color