Lavender

#DFEFFC

Blue

Color Codes

All color formats for development

HEX
#DFEFFC
RGB
rgb(223, 239, 252)
HSL
hsl(207, 83%, 93%)
OKLCH
oklch(0.944 0.024 242.3)
CMYK
cmyk(12%, 5%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DEEF
200
#C2E1
300
#94C9
400
#5CAD
500
#2D96
600
#137A
700
#0F61
800
#0B45
900
#072C
950
#041C

Shades

Darker variations

1#B3D9F8
2#88C3F4
3#5CADF0
4#3198EC
5#1480D9
6#1067AE
7#0C4D82
8#083357
9#041A2B

Tints

Lighter variations

1#E2F0FC
2#E5F2FD
3#E8F4FD
4#EBF5FD
5#EFF7FD
6#F2F8FE
7#F5FAFE
8#F8FCFE
9#FCFDFF

Tones

Muted variations

1#E0EEFA
2#E1EEF9
3#E3EEF8
4#E4EEF6
5#E6EEF5
6#E7EEF3
7#E9EEF2
8#EAEDF0
9#ECEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEF
#DEEFFC
Light backgroundsTable row hoverSkeleton loading
200
C2E1
#C2E1F9
Secondary backgroundsInput backgroundsDividers
300
94C9
#94C9F5
BordersInactive statesPlaceholder text
400
5CAD
#5CADF0
Disabled statesSecondary iconsMuted text
500
2D96
#2D96EB
Primary brand colorCTAsActive elementsLinks
600
137A
#137ACD
Hover statesFocus ringsPrimary buttons hover
700
0F61
#0F61A3
Active/pressed statesDark mode accentsSecondary text
800
0B45
#0B4575
Text on light backgroundsHeadingsStrong borders
900
072C
#072C4B
Primary textHigh emphasis contentDark headings
950
041C
#041C2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F8FE;
  --lavender-100: #DEEFFC;
  --lavender-200: #C2E1F9;
  --lavender-300: #94C9F5;
  --lavender-400: #5CADF0;
  --lavender-500: #2D96EB;
  --lavender-600: #137ACD;
  --lavender-700: #0F61A3;
  --lavender-800: #0B4575;
  --lavender-900: #072C4B;
  --lavender-950: #041C2F;
}
Generate More ShadesCreate PaletteConvert Color