Lavender

#C7CFF5

Blue

Color Codes

All color formats for development

HEX
#C7CFF5
RGB
rgb(199, 207, 245)
HSL
hsl(230, 70%, 87%)
OKLCH
oklch(0.861 0.053 275.9)
CMYK
cmyk(19%, 16%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E5
200
#C7CE
300
#9BA9
400
#677C
500
#3C57
600
#223C
700
#1B30
800
#1322
900
#0C16
950
#080E

Shades

Darker variations

1#A1AEEE
2#7B8DE8
3#566DE1
4#304CDA
5#213BBD
6#1B2F97
7#142371
8#0D184B
9#070C26

Tints

Lighter variations

1#CCD3F6
2#D2D8F7
3#D8DDF8
4#DDE2F9
5#E3E7FA
6#E8ECFB
7#EEF0FC
8#F4F5FD
9#F9FAFE

Tones

Muted variations

1#C9D0F3
2#CBD1F0
3#CED3EE
4#D0D5EC
5#D2D6E9
6#D5D8E7
7#D7D9E5
8#D9DBE2
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E5
#E1E5FA
Light backgroundsTable row hoverSkeleton loading
200
C7CE
#C7CEF5
Secondary backgroundsInput backgroundsDividers
300
9BA9
#9BA9ED
BordersInactive statesPlaceholder text
400
677C
#677CE4
Disabled statesSecondary iconsMuted text
500
3C57
#3C57DD
Primary brand colorCTAsActive elementsLinks
600
223C
#223CBF
Hover statesFocus ringsPrimary buttons hover
700
1B30
#1B3098
Active/pressed statesDark mode accentsSecondary text
800
1322
#13226C
Text on light backgroundsHeadingsStrong borders
900
0C16
#0C1645
Primary textHigh emphasis contentDark headings
950
080E
#080E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F4FD;
  --lavender-100: #E1E5FA;
  --lavender-200: #C7CEF5;
  --lavender-300: #9BA9ED;
  --lavender-400: #677CE4;
  --lavender-500: #3C57DD;
  --lavender-600: #223CBF;
  --lavender-700: #1B3098;
  --lavender-800: #13226C;
  --lavender-900: #0C1645;
  --lavender-950: #080E2B;
}
Generate More ShadesCreate PaletteConvert Color