Lavender

#CCCDEF

Blue

Color Codes

All color formats for development

HEX
#CCCDEF
RGB
rgb(204, 205, 239)
HSL
hsl(238, 52%, 87%)
OKLCH
oklch(0.858 0.047 284)
CMYK
cmyk(15%, 14%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E4
200
#CDCE
300
#A6A8
400
#777A
500
#5155
600
#363A
700
#2B2E
800
#1F21
900
#1415
950
#0C0D

Shades

Darker variations

1#ABADE4
2#898CDA
3#676BCF
4#464AC4
5#3539A9
6#2B2E87
7#202265
8#151743
9#0B0B22

Tints

Lighter variations

1#D2D3F1
2#D7D8F2
3#DCDDF4
4#E1E1F5
5#E6E6F7
6#EBEBF9
7#F0F0FA
8#F5F5FC
9#FAFAFD

Tones

Muted variations

1#CECFED
2#D0D1EC
3#D2D3EA
4#D4D4E8
5#D5D6E6
6#D7D7E5
7#D9D9E3
8#DADBE1
9#DCDCE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E4
#E4E4F6
Light backgroundsTable row hoverSkeleton loading
200
CDCE
#CDCEEF
Secondary backgroundsInput backgroundsDividers
300
A6A8
#A6A8E3
BordersInactive statesPlaceholder text
400
777A
#777AD4
Disabled statesSecondary iconsMuted text
500
5155
#5155C8
Primary brand colorCTAsActive elementsLinks
600
363A
#363AAB
Hover statesFocus ringsPrimary buttons hover
700
2B2E
#2B2E88
Active/pressed statesDark mode accentsSecondary text
800
1F21
#1F2161
Text on light backgroundsHeadingsStrong borders
900
1415
#14153E
Primary textHigh emphasis contentDark headings
950
0C0D
#0C0D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F4FB;
  --lavender-100: #E4E4F6;
  --lavender-200: #CDCEEF;
  --lavender-300: #A6A8E3;
  --lavender-400: #777AD4;
  --lavender-500: #5155C8;
  --lavender-600: #363AAB;
  --lavender-700: #2B2E88;
  --lavender-800: #1F2161;
  --lavender-900: #14153E;
  --lavender-950: #0C0D27;
}
Generate More ShadesCreate PaletteConvert Color