Lavender

#CBEDF0

Cyan

Color Codes

All color formats for development

HEX
#CBEDF0
RGB
rgb(203, 237, 240)
HSL
hsl(185, 55%, 87%)
OKLCH
oklch(0.923 0.036 203.1)
CMYK
cmyk(15%, 1%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E3F5
200
#CCED
300
#A4DF
400
#75CF
500
#4DC1
600
#32A4
700
#2882
800
#1D5D
900
#123C
950
#0B25

Shades

Darker variations

1#A9E1E6
2#87D5DC
3#64C9D2
4#42BDC8
5#32A2AC
6#28818A
7#1E6167
8#144145
9#0A2022

Tints

Lighter variations

1#D1EFF2
2#D6F1F3
3#DBF2F5
4#E0F4F6
5#E5F6F8
6#EAF8F9
7#F0FAFB
8#F5FBFC
9#FAFDFE

Tones

Muted variations

1#CDECEE
2#CFEAEC
3#D1E8EB
4#D3E7E9
5#D5E5E7
6#D7E4E5
7#D8E2E3
8#DAE1E1
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F5
#E3F5F7
Light backgroundsTable row hoverSkeleton loading
200
CCED
#CCEDF0
Secondary backgroundsInput backgroundsDividers
300
A4DF
#A4DFE5
BordersInactive statesPlaceholder text
400
75CF
#75CFD7
Disabled statesSecondary iconsMuted text
500
4DC1
#4DC1CB
Primary brand colorCTAsActive elementsLinks
600
32A4
#32A4AE
Hover statesFocus ringsPrimary buttons hover
700
2882
#28828A
Active/pressed statesDark mode accentsSecondary text
800
1D5D
#1D5D63
Text on light backgroundsHeadingsStrong borders
900
123C
#123C3F
Primary textHigh emphasis contentDark headings
950
0B25
#0B2528
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FBFC;
  --lavender-100: #E3F5F7;
  --lavender-200: #CCEDF0;
  --lavender-300: #A4DFE5;
  --lavender-400: #75CFD7;
  --lavender-500: #4DC1CB;
  --lavender-600: #32A4AE;
  --lavender-700: #28828A;
  --lavender-800: #1D5D63;
  --lavender-900: #123C3F;
  --lavender-950: #0B2528;
}
Generate More ShadesCreate PaletteConvert Color