Lavender

#CAE3F2

Blue

Color Codes

All color formats for development

HEX
#CAE3F2
RGB
rgb(202, 227, 242)
HSL
hsl(203, 61%, 87%)
OKLCH
oklch(0.902 0.034 234.1)
CMYK
cmyk(17%, 6%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E2F0
200
#CAE3
300
#A1CD
400
#6FB2
500
#469D
600
#2C80
700
#2366
800
#1949
900
#102F
950
#0A1D

Shades

Darker variations

1#A6D0E9
2#82BDE1
3#5EA9D8
4#3B96CF
5#2B7FB3
6#23658F
7#1A4C6B
8#113347
9#091924

Tints

Lighter variations

1#CFE5F3
2#D4E8F5
3#DAEBF6
4#DFEEF7
5#E4F1F9
6#EAF4FA
7#EFF6FB
8#F4F9FC
9#FAFCFE

Tones

Muted variations

1#CCE2F0
2#CEE2EE
3#D0E1EC
4#D2E1EA
5#D4E0E8
6#D6E0E6
7#D8DFE4
8#DADFE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F0
#E2F0F8
Light backgroundsTable row hoverSkeleton loading
200
CAE3
#CAE3F2
Secondary backgroundsInput backgroundsDividers
300
A1CD
#A1CDE8
BordersInactive statesPlaceholder text
400
6FB2
#6FB2DC
Disabled statesSecondary iconsMuted text
500
469D
#469DD2
Primary brand colorCTAsActive elementsLinks
600
2C80
#2C80B5
Hover statesFocus ringsPrimary buttons hover
700
2366
#236690
Active/pressed statesDark mode accentsSecondary text
800
1949
#194967
Text on light backgroundsHeadingsStrong borders
900
102F
#102F42
Primary textHigh emphasis contentDark headings
950
0A1D
#0A1D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F8FC;
  --lavender-100: #E2F0F8;
  --lavender-200: #CAE3F2;
  --lavender-300: #A1CDE8;
  --lavender-400: #6FB2DC;
  --lavender-500: #469DD2;
  --lavender-600: #2C80B5;
  --lavender-700: #236690;
  --lavender-800: #194967;
  --lavender-900: #102F42;
  --lavender-950: #0A1D29;
}
Generate More ShadesCreate PaletteConvert Color