Lavender

#D3E9E9

Cyan

Color Codes

All color formats for development

HEX
#D3E9E9
RGB
rgb(211, 233, 233)
HSL
hsl(180, 33%, 87%)
OKLCH
oklch(0.918 0.023 196.8)
CMYK
cmyk(9%, 0%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5FA
100
#E7F3
200
#D3E9
300
#B1D8
400
#88C3
500
#66B2
600
#4B95
700
#3C77
800
#2B55
900
#1B36
950
#1122

Shades

Darker variations

1#B5DADA
2#98CBCB
3#7ABCBC
4#5DADAD
5#4A9494
6#3B7676
7#2D5959
8#1E3B3B
9#0F1E1E

Tints

Lighter variations

1#D7EBEB
2#DCEDED
3#E0EFEF
4#E5F2F2
5#E9F4F4
6#EDF6F6
7#F2F8F8
8#F6FBFB
9#FBFDFD

Tones

Muted variations

1#D4E8E8
2#D5E7E7
3#D6E6E6
4#D7E4E4
5#D8E3E3
6#D9E2E2
7#DBE1E1
8#DCE0E0
9#DDDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5FA
#F5FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E7F3
#E7F3F3
Light backgroundsTable row hoverSkeleton loading
200
D3E9
#D3E9E9
Secondary backgroundsInput backgroundsDividers
300
B1D8
#B1D8D8
BordersInactive statesPlaceholder text
400
88C3
#88C3C3
Disabled statesSecondary iconsMuted text
500
66B2
#66B2B2
Primary brand colorCTAsActive elementsLinks
600
4B95
#4B9595
Hover statesFocus ringsPrimary buttons hover
700
3C77
#3C7777
Active/pressed statesDark mode accentsSecondary text
800
2B55
#2B5555
Text on light backgroundsHeadingsStrong borders
900
1B36
#1B3636
Primary textHigh emphasis contentDark headings
950
1122
#112222
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5FAFA;
  --lavender-100: #E7F3F3;
  --lavender-200: #D3E9E9;
  --lavender-300: #B1D8D8;
  --lavender-400: #88C3C3;
  --lavender-500: #66B2B2;
  --lavender-600: #4B9595;
  --lavender-700: #3C7777;
  --lavender-800: #2B5555;
  --lavender-900: #1B3636;
  --lavender-950: #112222;
}
Generate More ShadesCreate PaletteConvert Color