Lavender

#C6DEF6

Blue

Color Codes

All color formats for development

HEX
#C6DEF6
RGB
rgb(198, 222, 246)
HSL
hsl(210, 73%, 87%)
OKLCH
oklch(0.89 0.042 248.3)
CMYK
cmyk(20%, 10%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0ED
200
#C6DE
300
#9AC4
400
#65A6
500
#388C
600
#1E70
700
#1859
800
#1140
900
#0B29
950
#071A

Shades

Darker variations

1#9FC8F0
2#79B1EA
3#539BE4
4#2C85DE
5#1E6FC0
6#18599A
7#124373
8#0C2C4D
9#061626

Tints

Lighter variations

1#CBE1F7
2#D1E4F8
3#D7E8F9
4#DDEBFA
5#E2EEFB
6#E8F2FB
7#EEF5FC
8#F4F8FD
9#F9FCFE

Tones

Muted variations

1#C8DEF4
2#CADEF1
3#CDDEEF
4#CFDEEC
5#D2DEEA
6#D4DEE8
7#D7DEE5
8#D9DEE3
9#DBDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0ED
#E0EDFA
Light backgroundsTable row hoverSkeleton loading
200
C6DE
#C6DEF6
Secondary backgroundsInput backgroundsDividers
300
9AC4
#9AC4EF
BordersInactive statesPlaceholder text
400
65A6
#65A6E7
Disabled statesSecondary iconsMuted text
500
388C
#388CE0
Primary brand colorCTAsActive elementsLinks
600
1E70
#1E70C2
Hover statesFocus ringsPrimary buttons hover
700
1859
#18599A
Active/pressed statesDark mode accentsSecondary text
800
1140
#11406E
Text on light backgroundsHeadingsStrong borders
900
0B29
#0B2947
Primary textHigh emphasis contentDark headings
950
071A
#071A2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F7FD;
  --lavender-100: #E0EDFA;
  --lavender-200: #C6DEF6;
  --lavender-300: #9AC4EF;
  --lavender-400: #65A6E7;
  --lavender-500: #388CE0;
  --lavender-600: #1E70C2;
  --lavender-700: #18599A;
  --lavender-800: #11406E;
  --lavender-900: #0B2947;
  --lavender-950: #071A2C;
}
Generate More ShadesCreate PaletteConvert Color