Lavender

#CADBF2

Blue

Color Codes

All color formats for development

HEX
#CADBF2
RGB
rgb(202, 219, 242)
HSL
hsl(215, 61%, 87%)
OKLCH
oklch(0.886 0.037 256)
CMYK
cmyk(17%, 10%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2EB
200
#CADA
300
#A1BE
400
#6F9D
500
#4681
600
#2C65
700
#2350
800
#1939
900
#1025
950
#0A17

Shades

Darker variations

1#A6C2E9
2#82AAE1
3#5E91D8
4#3B79CF
5#2B64B3
6#23508F
7#1A3C6B
8#112847
9#091424

Tints

Lighter variations

1#CFDEF3
2#D4E2F5
3#DAE5F6
4#DFE9F7
5#E4EDF9
6#EAF0FA
7#EFF4FB
8#F4F8FC
9#FAFBFE

Tones

Muted variations

1#CCDBF0
2#CEDBEE
3#D0DBEC
4#D2DCEA
5#D4DCE8
6#D6DDE6
7#D8DDE4
8#DADDE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EB
#E2EBF8
Light backgroundsTable row hoverSkeleton loading
200
CADA
#CADAF2
Secondary backgroundsInput backgroundsDividers
300
A1BE
#A1BEE8
BordersInactive statesPlaceholder text
400
6F9D
#6F9DDC
Disabled statesSecondary iconsMuted text
500
4681
#4681D2
Primary brand colorCTAsActive elementsLinks
600
2C65
#2C65B5
Hover statesFocus ringsPrimary buttons hover
700
2350
#235090
Active/pressed statesDark mode accentsSecondary text
800
1939
#193967
Text on light backgroundsHeadingsStrong borders
900
1025
#102542
Primary textHigh emphasis contentDark headings
950
0A17
#0A1729
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FC;
  --lavender-100: #E2EBF8;
  --lavender-200: #CADAF2;
  --lavender-300: #A1BEE8;
  --lavender-400: #6F9DDC;
  --lavender-500: #4681D2;
  --lavender-600: #2C65B5;
  --lavender-700: #235090;
  --lavender-800: #193967;
  --lavender-900: #102542;
  --lavender-950: #0A1729;
}
Generate More ShadesCreate PaletteConvert Color