Lavender

#CEEAEE

Cyan

Color Codes

All color formats for development

HEX
#CEEAEE
RGB
rgb(206, 234, 238)
HSL
hsl(188, 48%, 87%)
OKLCH
oklch(0.918 0.03 207.1)
CMYK
cmyk(13%, 2%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CEEA
300
#A8D9
400
#7BC5
500
#55B5
600
#3A98
700
#2E79
800
#2156
900
#1537
950
#0D22

Shades

Darker variations

1#ADDBE2
2#8CCDD7
3#6BBECB
4#4BB0C0
5#3A96A4
6#2E7883
7#235A63
8#173C42
9#0C1E21

Tints

Lighter variations

1#D3ECEF
2#D8EEF1
3#DDF0F3
4#E2F2F5
5#E6F4F6
6#EBF6F8
7#F0F9FA
8#F5FBFC
9#FAFDFD

Tones

Muted variations

1#D0E8EC
2#D1E7EB
3#D3E6E9
4#D4E5E7
5#D6E4E6
6#D7E3E4
7#D9E1E3
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F3
#E5F3F6
Light backgroundsTable row hoverSkeleton loading
200
CEEA
#CEEAEE
Secondary backgroundsInput backgroundsDividers
300
A8D9
#A8D9E1
BordersInactive statesPlaceholder text
400
7BC5
#7BC5D1
Disabled statesSecondary iconsMuted text
500
55B5
#55B5C3
Primary brand colorCTAsActive elementsLinks
600
3A98
#3A98A6
Hover statesFocus ringsPrimary buttons hover
700
2E79
#2E7984
Active/pressed statesDark mode accentsSecondary text
800
2156
#21565E
Text on light backgroundsHeadingsStrong borders
900
1537
#15373C
Primary textHigh emphasis contentDark headings
950
0D22
#0D2226
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E5F3F6;
  --lavender-200: #CEEAEE;
  --lavender-300: #A8D9E1;
  --lavender-400: #7BC5D1;
  --lavender-500: #55B5C3;
  --lavender-600: #3A98A6;
  --lavender-700: #2E7984;
  --lavender-800: #21565E;
  --lavender-900: #15373C;
  --lavender-950: #0D2226;
}
Generate More ShadesCreate PaletteConvert Color