Lavender

#CAD2F1

Blue

Color Codes

All color formats for development

HEX
#CAD2F1
RGB
rgb(202, 210, 241)
HSL
hsl(228, 58%, 87%)
OKLCH
oklch(0.867 0.044 274)
CMYK
cmyk(16%, 13%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E3E7
200
#CBD2
300
#A2B0
400
#7287
500
#4A64
600
#2F49
700
#253A
800
#1B2A
900
#111B
950
#0B11

Shades

Darker variations

1#A8B4E8
2#8597DE
3#6179D5
4#3E5BCC
5#2F48AF
6#253A8C
7#1C2B69
8#131D46
9#090E23

Tints

Lighter variations

1#D0D7F2
2#D5DBF4
3#DAE0F5
4#E0E4F7
5#E5E9F8
6#EAEDF9
7#EFF2FB
8#F5F6FC
9#FAFBFE

Tones

Muted variations

1#CDD3EF
2#CED5ED
3#D0D6EB
4#D2D7E9
5#D4D8E7
6#D6D9E6
7#D8DAE4
8#DADCE2
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E7
#E3E7F8
Light backgroundsTable row hoverSkeleton loading
200
CBD2
#CBD2F1
Secondary backgroundsInput backgroundsDividers
300
A2B0
#A2B0E6
BordersInactive statesPlaceholder text
400
7287
#7287DA
Disabled statesSecondary iconsMuted text
500
4A64
#4A64CF
Primary brand colorCTAsActive elementsLinks
600
2F49
#2F49B1
Hover statesFocus ringsPrimary buttons hover
700
253A
#253A8D
Active/pressed statesDark mode accentsSecondary text
800
1B2A
#1B2A65
Text on light backgroundsHeadingsStrong borders
900
111B
#111B40
Primary textHigh emphasis contentDark headings
950
0B11
#0B1128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F5FC;
  --lavender-100: #E3E7F8;
  --lavender-200: #CBD2F1;
  --lavender-300: #A2B0E6;
  --lavender-400: #7287DA;
  --lavender-500: #4A64CF;
  --lavender-600: #2F49B1;
  --lavender-700: #253A8D;
  --lavender-800: #1B2A65;
  --lavender-900: #111B40;
  --lavender-950: #0B1128;
}
Generate More ShadesCreate PaletteConvert Color