Lavender

#CADCF2

Blue

Color Codes

All color formats for development

HEX
#CADCF2
RGB
rgb(202, 220, 242)
HSL
hsl(213, 61%, 87%)
OKLCH
oklch(0.888 0.036 253.5)
CMYK
cmyk(17%, 9%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2EC
200
#CADC
300
#A1C1
400
#6FA0
500
#4685
600
#2C69
700
#2354
800
#193C
900
#1026
950
#0A18

Shades

Darker variations

1#A6C4E9
2#82ADE1
3#5E95D8
4#3B7ECF
5#2B68B3
6#23538F
7#1A3E6B
8#112A47
9#091524

Tints

Lighter variations

1#CFDFF3
2#D4E3F5
3#DAE6F6
4#DFEAF7
5#E4EDF9
6#EAF1FA
7#EFF4FB
8#F4F8FC
9#FAFBFE

Tones

Muted variations

1#CCDCF0
2#CEDCEE
3#D0DCEC
4#D2DDEA
5#D4DDE8
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
E2EC
#E2ECF8
Light backgroundsTable row hoverSkeleton loading
200
CADC
#CADCF2
Secondary backgroundsInput backgroundsDividers
300
A1C1
#A1C1E8
BordersInactive statesPlaceholder text
400
6FA0
#6FA0DC
Disabled statesSecondary iconsMuted text
500
4685
#4685D2
Primary brand colorCTAsActive elementsLinks
600
2C69
#2C69B5
Hover statesFocus ringsPrimary buttons hover
700
2354
#235490
Active/pressed statesDark mode accentsSecondary text
800
193C
#193C67
Text on light backgroundsHeadingsStrong borders
900
1026
#102642
Primary textHigh emphasis contentDark headings
950
0A18
#0A1829
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FC;
  --lavender-100: #E2ECF8;
  --lavender-200: #CADCF2;
  --lavender-300: #A1C1E8;
  --lavender-400: #6FA0DC;
  --lavender-500: #4685D2;
  --lavender-600: #2C69B5;
  --lavender-700: #235490;
  --lavender-800: #193C67;
  --lavender-900: #102642;
  --lavender-950: #0A1829;
}
Generate More ShadesCreate PaletteConvert Color