Lavender

#C3CFF9

Blue

Color Codes

All color formats for development

HEX
#C3CFF9
RGB
rgb(195, 207, 249)
HSL
hsl(227, 82%, 87%)
OKLCH
oklch(0.859 0.06 272.6)
CMYK
cmyk(22%, 17%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE5
200
#C3CE
300
#94A9
400
#5D7C
500
#2E57
600
#143C
700
#1030
800
#0B22
900
#0716
950
#050E

Shades

Darker variations

1#9AAEF5
2#728DF1
3#4A6DED
4#214CE9
5#143BCA
6#1030A2
7#0C2479
8#081851
9#040C28

Tints

Lighter variations

1#C9D3FA
2#CFD8FA
3#D5DDFB
4#DBE2FB
5#E1E7FC
6#E7ECFD
7#EDF0FD
8#F3F5FE
9#F9FAFE

Tones

Muted variations

1#C5D0F6
2#C8D2F4
3#CBD3F1
4#CED5EE
5#D0D6EB
6#D3D8E9
7#D6D9E6
8#D8DBE3
9#DBDCE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE5
#DFE5FC
Light backgroundsTable row hoverSkeleton loading
200
C3CE
#C3CEF9
Secondary backgroundsInput backgroundsDividers
300
94A9
#94A9F4
BordersInactive statesPlaceholder text
400
5D7C
#5D7CEF
Disabled statesSecondary iconsMuted text
500
2E57
#2E57EA
Primary brand colorCTAsActive elementsLinks
600
143C
#143CCC
Hover statesFocus ringsPrimary buttons hover
700
1030
#1030A2
Active/pressed statesDark mode accentsSecondary text
800
0B22
#0B2274
Text on light backgroundsHeadingsStrong borders
900
0716
#07164A
Primary textHigh emphasis contentDark headings
950
050E
#050E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F4FE;
  --lavender-100: #DFE5FC;
  --lavender-200: #C3CEF9;
  --lavender-300: #94A9F4;
  --lavender-400: #5D7CEF;
  --lavender-500: #2E57EA;
  --lavender-600: #143CCC;
  --lavender-700: #1030A2;
  --lavender-800: #0B2274;
  --lavender-900: #07164A;
  --lavender-950: #050E2E;
}
Generate More ShadesCreate PaletteConvert Color