Lavender

#CADFF1

Blue

Color Codes

All color formats for development

HEX
#CADFF1
RGB
rgb(202, 223, 241)
HSL
hsl(208, 58%, 87%)
OKLCH
oklch(0.894 0.033 244)
CMYK
cmyk(16%, 7%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CBDF
300
#A2C7
400
#72A9
500
#4A91
600
#2F75
700
#255D
800
#1B42
900
#112A
950
#0B1A

Shades

Darker variations

1#A8CAE8
2#85B4DE
3#619FD5
4#3E8ACC
5#2F73AF
6#255C8C
7#1C4569
8#132E46
9#091723

Tints

Lighter variations

1#D0E2F2
2#D5E6F4
3#DAE9F5
4#E0ECF7
5#E5EFF8
6#EAF2F9
7#EFF5FB
8#F5F9FC
9#FAFCFE

Tones

Muted variations

1#CDDFEF
2#CEDFED
3#D0DFEB
4#D2DFE9
5#D4DEE7
6#D6DEE6
7#D8DEE4
8#DADEE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF8
Light backgroundsTable row hoverSkeleton loading
200
CBDF
#CBDFF1
Secondary backgroundsInput backgroundsDividers
300
A2C7
#A2C7E6
BordersInactive statesPlaceholder text
400
72A9
#72A9DA
Disabled statesSecondary iconsMuted text
500
4A91
#4A91CF
Primary brand colorCTAsActive elementsLinks
600
2F75
#2F75B1
Hover statesFocus ringsPrimary buttons hover
700
255D
#255D8D
Active/pressed statesDark mode accentsSecondary text
800
1B42
#1B4265
Text on light backgroundsHeadingsStrong borders
900
112A
#112A40
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: #F3F8FC;
  --lavender-100: #E3EEF8;
  --lavender-200: #CBDFF1;
  --lavender-300: #A2C7E6;
  --lavender-400: #72A9DA;
  --lavender-500: #4A91CF;
  --lavender-600: #2F75B1;
  --lavender-700: #255D8D;
  --lavender-800: #1B4265;
  --lavender-900: #112A40;
  --lavender-950: #0B1A28;
}
Generate More ShadesCreate PaletteConvert Color