Lavender

#CDDEEF

Blue

Color Codes

All color formats for development

HEX
#CDDEEF
RGB
rgb(205, 222, 239)
HSL
hsl(210, 52%, 87%)
OKLCH
oklch(0.893 0.03 248.2)
CMYK
cmyk(14%, 7%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4ED
200
#CDDE
300
#A6C4
400
#77A6
500
#518C
600
#3670
700
#2B59
800
#1F40
900
#1429
950
#0C1A

Shades

Darker variations

1#ABC8E4
2#89B1DA
3#679BCF
4#4685C4
5#356FA9
6#2B5987
7#204365
8#152C43
9#0B1622

Tints

Lighter variations

1#D2E1F1
2#D7E4F2
3#DCE8F4
4#E1EBF5
5#E6EEF7
6#EBF2F9
7#F0F5FA
8#F5F8FC
9#FAFCFD

Tones

Muted variations

1#CEDEED
2#D0DEEC
3#D2DEEA
4#D4DEE8
5#D5DEE6
6#D7DEE5
7#D9DEE3
8#DADEE1
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4ED
#E4EDF6
Light backgroundsTable row hoverSkeleton loading
200
CDDE
#CDDEEF
Secondary backgroundsInput backgroundsDividers
300
A6C4
#A6C4E3
BordersInactive statesPlaceholder text
400
77A6
#77A6D4
Disabled statesSecondary iconsMuted text
500
518C
#518CC8
Primary brand colorCTAsActive elementsLinks
600
3670
#3670AB
Hover statesFocus ringsPrimary buttons hover
700
2B59
#2B5988
Active/pressed statesDark mode accentsSecondary text
800
1F40
#1F4061
Text on light backgroundsHeadingsStrong borders
900
1429
#14293E
Primary textHigh emphasis contentDark headings
950
0C1A
#0C1A27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F7FB;
  --lavender-100: #E4EDF6;
  --lavender-200: #CDDEEF;
  --lavender-300: #A6C4E3;
  --lavender-400: #77A6D4;
  --lavender-500: #518CC8;
  --lavender-600: #3670AB;
  --lavender-700: #2B5988;
  --lavender-800: #1F4061;
  --lavender-900: #14293E;
  --lavender-950: #0C1A27;
}
Generate More ShadesCreate PaletteConvert Color