Lavender

#D0EBEC

Cyan

Color Codes

All color formats for development

HEX
#D0EBEC
RGB
rgb(208, 235, 236)
HSL
hsl(182, 42%, 87%)
OKLCH
oklch(0.921 0.028 199.4)
CMYK
cmyk(12%, 0%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D0EB
300
#ACDB
400
#80C9
500
#5CB9
600
#419C
700
#347C
800
#2559
900
#1839
950
#0F23

Shades

Darker variations

1#B0DDDF
2#91D0D2
3#71C2C5
4#52B5B8
5#409A9E
6#337C7E
7#275D5F
8#1A3E3F
9#0D1F20

Tints

Lighter variations

1#D5EDEE
2#D9EFF0
3#DEF1F2
4#E3F3F3
5#E7F5F5
6#ECF7F7
7#F1F9F9
8#F6FBFB
9#FAFDFD

Tones

Muted variations

1#D1EAEA
2#D3E8E9
3#D4E7E8
4#D5E6E6
5#D7E4E5
6#D8E3E3
7#DAE2E2
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F5
Light backgroundsTable row hoverSkeleton loading
200
D0EB
#D0EBEC
Secondary backgroundsInput backgroundsDividers
300
ACDB
#ACDBDD
BordersInactive statesPlaceholder text
400
80C9
#80C9CB
Disabled statesSecondary iconsMuted text
500
5CB9
#5CB9BC
Primary brand colorCTAsActive elementsLinks
600
419C
#419C9F
Hover statesFocus ringsPrimary buttons hover
700
347C
#347C7F
Active/pressed statesDark mode accentsSecondary text
800
2559
#25595B
Text on light backgroundsHeadingsStrong borders
900
1839
#18393A
Primary textHigh emphasis contentDark headings
950
0F23
#0F2324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E6F4F5;
  --lavender-200: #D0EBEC;
  --lavender-300: #ACDBDD;
  --lavender-400: #80C9CB;
  --lavender-500: #5CB9BC;
  --lavender-600: #419C9F;
  --lavender-700: #347C7F;
  --lavender-800: #25595B;
  --lavender-900: #18393A;
  --lavender-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color