Lavender

#CCE9F0

Cyan

Color Codes

All color formats for development

HEX
#CCE9F0
RGB
rgb(204, 233, 240)
HSL
hsl(192, 55%, 87%)
OKLCH
oklch(0.915 0.032 213.9)
CMYK
cmyk(15%, 3%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F3
200
#CCE9
300
#A4D8
400
#75C3
500
#4DB2
600
#3295
700
#2877
800
#1D55
900
#1236
950
#0B22

Shades

Darker variations

1#A9DAE6
2#87CBDC
3#64BCD2
4#42ADC8
5#3294AC
6#28768A
7#1E5967
8#143B45
9#0A1E22

Tints

Lighter variations

1#D1EBF2
2#D6EDF3
3#DBEFF5
4#E0F2F6
5#E5F4F8
6#EAF6F9
7#F0F8FB
8#F5FBFC
9#FAFDFE

Tones

Muted variations

1#CDE8EE
2#CFE7EC
3#D1E6EB
4#D3E4E9
5#D5E3E7
6#D7E2E5
7#D8E1E3
8#DAE0E1
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F3
#E3F3F7
Light backgroundsTable row hoverSkeleton loading
200
CCE9
#CCE9F0
Secondary backgroundsInput backgroundsDividers
300
A4D8
#A4D8E5
BordersInactive statesPlaceholder text
400
75C3
#75C3D7
Disabled statesSecondary iconsMuted text
500
4DB2
#4DB2CB
Primary brand colorCTAsActive elementsLinks
600
3295
#3295AE
Hover statesFocus ringsPrimary buttons hover
700
2877
#28778A
Active/pressed statesDark mode accentsSecondary text
800
1D55
#1D5563
Text on light backgroundsHeadingsStrong borders
900
1236
#12363F
Primary textHigh emphasis contentDark headings
950
0B22
#0B2228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FAFC;
  --lavender-100: #E3F3F7;
  --lavender-200: #CCE9F0;
  --lavender-300: #A4D8E5;
  --lavender-400: #75C3D7;
  --lavender-500: #4DB2CB;
  --lavender-600: #3295AE;
  --lavender-700: #28778A;
  --lavender-800: #1D5563;
  --lavender-900: #12363F;
  --lavender-950: #0B2228;
}
Generate More ShadesCreate PaletteConvert Color