Lavender

#CBEBF0

Cyan

Color Codes

All color formats for development

HEX
#CBEBF0
RGB
rgb(203, 235, 240)
HSL
hsl(188, 55%, 87%)
OKLCH
oklch(0.919 0.034 208)
CMYK
cmyk(15%, 2%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F4
200
#CCEB
300
#A4DC
400
#75CA
500
#4DBB
600
#329D
700
#287D
800
#1D59
900
#1239
950
#0B24

Shades

Darker variations

1#A9DEE6
2#87D1DC
3#64C4D2
4#42B6C8
5#329CAC
6#287D8A
7#1E5D67
8#143E45
9#0A1F22

Tints

Lighter variations

1#D1EDF2
2#D6EFF3
3#DBF1F5
4#E0F3F6
5#E5F5F8
6#EAF7F9
7#F0F9FB
8#F5FBFC
9#FAFDFE

Tones

Muted variations

1#CDEAEE
2#CFE9EC
3#D1E7EB
4#D3E6E9
5#D5E5E7
6#D7E3E5
7#D8E2E3
8#DAE1E1
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F4
#E3F4F7
Light backgroundsTable row hoverSkeleton loading
200
CCEB
#CCEBF0
Secondary backgroundsInput backgroundsDividers
300
A4DC
#A4DCE5
BordersInactive statesPlaceholder text
400
75CA
#75CAD7
Disabled statesSecondary iconsMuted text
500
4DBB
#4DBBCB
Primary brand colorCTAsActive elementsLinks
600
329D
#329DAE
Hover statesFocus ringsPrimary buttons hover
700
287D
#287D8A
Active/pressed statesDark mode accentsSecondary text
800
1D59
#1D5963
Text on light backgroundsHeadingsStrong borders
900
1239
#12393F
Primary textHigh emphasis contentDark headings
950
0B24
#0B2428
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FAFC;
  --lavender-100: #E3F4F7;
  --lavender-200: #CCEBF0;
  --lavender-300: #A4DCE5;
  --lavender-400: #75CAD7;
  --lavender-500: #4DBBCB;
  --lavender-600: #329DAE;
  --lavender-700: #287D8A;
  --lavender-800: #1D5963;
  --lavender-900: #12393F;
  --lavender-950: #0B2428;
}
Generate More ShadesCreate PaletteConvert Color