Lavender

#CFC2F9

Blue

Color Codes

All color formats for development

HEX
#CFC2F9
RGB
rgb(207, 194, 249)
HSL
hsl(254, 82%, 87%)
OKLCH
oklch(0.843 0.077 295.5)
CMYK
cmyk(17%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CFC3
300
#AB94
400
#7F5D
500
#5A2E
600
#3F14
700
#3210
800
#240B
900
#1707
950
#0E05

Shades

Darker variations

1#AF9AF5
2#9072F1
3#704AED
4#5021E9
5#3E14CA
6#3210A2
7#250C79
8#190851
9#0C0428

Tints

Lighter variations

1#D4C9FA
2#D9CFFA
3#DED5FB
4#E2DBFB
5#E7E1FC
6#ECE7FD
7#F1EDFD
8#F5F3FE
9#FAF9FE

Tones

Muted variations

1#D1C5F6
2#D2C8F4
3#D4CBF1
4#D5CEEE
5#D7D0EB
6#D8D3E9
7#DAD6E6
8#DBD8E3
9#DCDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFC
Light backgroundsTable row hoverSkeleton loading
200
CFC3
#CFC3F9
Secondary backgroundsInput backgroundsDividers
300
AB94
#AB94F4
BordersInactive statesPlaceholder text
400
7F5D
#7F5DEF
Disabled statesSecondary iconsMuted text
500
5A2E
#5A2EEA
Primary brand colorCTAsActive elementsLinks
600
3F14
#3F14CC
Hover statesFocus ringsPrimary buttons hover
700
3210
#3210A2
Active/pressed statesDark mode accentsSecondary text
800
240B
#240B74
Text on light backgroundsHeadingsStrong borders
900
1707
#17074A
Primary textHigh emphasis contentDark headings
950
0E05
#0E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F1FE;
  --lavender-100: #E5DFFC;
  --lavender-200: #CFC3F9;
  --lavender-300: #AB94F4;
  --lavender-400: #7F5DEF;
  --lavender-500: #5A2EEA;
  --lavender-600: #3F14CC;
  --lavender-700: #3210A2;
  --lavender-800: #240B74;
  --lavender-900: #17074A;
  --lavender-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color