Lavender

#CFEBED

Cyan

Color Codes

All color formats for development

HEX
#CFEBED
RGB
rgb(207, 235, 237)
HSL
hsl(184, 45%, 87%)
OKLCH
oklch(0.92 0.03 201.9)
CMYK
cmyk(13%, 1%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#AADB
400
#7EC9
500
#59B9
600
#3E9C
700
#317C
800
#2359
900
#1639
950
#0E23

Shades

Darker variations

1#AFDDE1
2#8FD0D4
3#6EC2C8
4#4EB5BC
5#3D9AA1
6#317B81
7#255D61
8#183E40
9#0C1F20

Tints

Lighter variations

1#D4EDEF
2#D9EFF0
3#DDF1F2
4#E2F3F4
5#E7F5F6
6#ECF7F8
7#F1F9FA
8#F5FBFB
9#FAFDFD

Tones

Muted variations

1#D0E9EB
2#D2E8EA
3#D3E7E8
4#D5E6E7
5#D6E4E5
6#D8E3E4
7#D9E2E2
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
AADB
#AADBDF
BordersInactive statesPlaceholder text
400
7EC9
#7EC9CE
Disabled statesSecondary iconsMuted text
500
59B9
#59B9C0
Primary brand colorCTAsActive elementsLinks
600
3E9C
#3E9CA3
Hover statesFocus ringsPrimary buttons hover
700
317C
#317C81
Active/pressed statesDark mode accentsSecondary text
800
2359
#23595C
Text on light backgroundsHeadingsStrong borders
900
1639
#16393B
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E5F4F5;
  --lavender-200: #CFEBED;
  --lavender-300: #AADBDF;
  --lavender-400: #7EC9CE;
  --lavender-500: #59B9C0;
  --lavender-600: #3E9CA3;
  --lavender-700: #317C81;
  --lavender-800: #23595C;
  --lavender-900: #16393B;
  --lavender-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color