Lavender

#CADEF2

Blue

Color Codes

All color formats for development

HEX
#CADEF2
RGB
rgb(202, 222, 242)
HSL
hsl(210, 61%, 87%)
OKLCH
oklch(0.892 0.035 248.2)
CMYK
cmyk(17%, 8%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2ED
200
#CADE
300
#A1C4
400
#6FA6
500
#468C
600
#2C70
700
#2359
800
#1940
900
#1029
950
#0A1A

Shades

Darker variations

1#A6C8E9
2#82B1E1
3#5E9BD8
4#3B85CF
5#2B6FB3
6#23598F
7#1A436B
8#112C47
9#091624

Tints

Lighter variations

1#CFE1F3
2#D4E4F5
3#DAE8F6
4#DFEBF7
5#E4EEF9
6#EAF2FA
7#EFF5FB
8#F4F8FC
9#FAFCFE

Tones

Muted variations

1#CCDEF0
2#CEDEEE
3#D0DEEC
4#D2DEEA
5#D4DEE8
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
E2ED
#E2EDF8
Light backgroundsTable row hoverSkeleton loading
200
CADE
#CADEF2
Secondary backgroundsInput backgroundsDividers
300
A1C4
#A1C4E8
BordersInactive statesPlaceholder text
400
6FA6
#6FA6DC
Disabled statesSecondary iconsMuted text
500
468C
#468CD2
Primary brand colorCTAsActive elementsLinks
600
2C70
#2C70B5
Hover statesFocus ringsPrimary buttons hover
700
2359
#235990
Active/pressed statesDark mode accentsSecondary text
800
1940
#194067
Text on light backgroundsHeadingsStrong borders
900
1029
#102942
Primary textHigh emphasis contentDark headings
950
0A1A
#0A1A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FC;
  --lavender-100: #E2EDF8;
  --lavender-200: #CADEF2;
  --lavender-300: #A1C4E8;
  --lavender-400: #6FA6DC;
  --lavender-500: #468CD2;
  --lavender-600: #2C70B5;
  --lavender-700: #235990;
  --lavender-800: #194067;
  --lavender-900: #102942;
  --lavender-950: #0A1A29;
}
Generate More ShadesCreate PaletteConvert Color