Lavender

#CEEBEE

Cyan

Color Codes

All color formats for development

HEX
#CEEBEE
RGB
rgb(206, 235, 238)
HSL
hsl(186, 48%, 87%)
OKLCH
oklch(0.92 0.031 204.2)
CMYK
cmyk(13%, 1%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CEEB
300
#A8DB
400
#7BC8
500
#55B8
600
#3A9B
700
#2E7C
800
#2158
900
#1538
950
#0D23

Shades

Darker variations

1#ADDDE2
2#8CCFD7
3#6BC2CB
4#4BB4C0
5#3A9AA4
6#2E7B83
7#235C63
8#173D42
9#0C1F21

Tints

Lighter variations

1#D3EDEF
2#D8EFF1
3#DDF1F3
4#E2F3F5
5#E6F5F6
6#EBF7F8
7#F0F9FA
8#F5FBFC
9#FAFDFD

Tones

Muted variations

1#D0E9EC
2#D1E8EB
3#D3E7E9
4#D4E5E7
5#D6E4E6
6#D7E3E4
7#D9E2E3
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F6
Light backgroundsTable row hoverSkeleton loading
200
CEEB
#CEEBEE
Secondary backgroundsInput backgroundsDividers
300
A8DB
#A8DBE1
BordersInactive statesPlaceholder text
400
7BC8
#7BC8D1
Disabled statesSecondary iconsMuted text
500
55B8
#55B8C3
Primary brand colorCTAsActive elementsLinks
600
3A9B
#3A9BA6
Hover statesFocus ringsPrimary buttons hover
700
2E7C
#2E7C84
Active/pressed statesDark mode accentsSecondary text
800
2158
#21585E
Text on light backgroundsHeadingsStrong borders
900
1538
#15383C
Primary textHigh emphasis contentDark headings
950
0D23
#0D2326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E5F4F6;
  --lavender-200: #CEEBEE;
  --lavender-300: #A8DBE1;
  --lavender-400: #7BC8D1;
  --lavender-500: #55B8C3;
  --lavender-600: #3A9BA6;
  --lavender-700: #2E7C84;
  --lavender-800: #21585E;
  --lavender-900: #15383C;
  --lavender-950: #0D2326;
}
Generate More ShadesCreate PaletteConvert Color