Lavender

#CCF0F0

Cyan

Color Codes

All color formats for development

HEX
#CCF0F0
RGB
rgb(204, 240, 240)
HSL
hsl(180, 55%, 87%)
OKLCH
oklch(0.93 0.037 196.5)
CMYK
cmyk(15%, 0%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CCF0
300
#A4E5
400
#75D7
500
#4DCB
600
#32AE
700
#288A
800
#1D63
900
#123F
950
#0B28

Shades

Darker variations

1#A9E6E6
2#87DCDC
3#64D2D2
4#42C8C8
5#32ACAC
6#288A8A
7#1E6767
8#144545
9#0A2222

Tints

Lighter variations

1#D1F2F2
2#D6F3F3
3#DBF5F5
4#E0F6F6
5#E5F8F8
6#EAF9F9
7#F0FBFB
8#F5FCFC
9#FAFEFE

Tones

Muted variations

1#CDEEEE
2#CFECEC
3#D1EBEB
4#D3E9E9
5#D5E7E7
6#D7E5E5
7#D8E3E3
8#DAE1E1
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F7
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0F0
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E5
BordersInactive statesPlaceholder text
400
75D7
#75D7D7
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBCB
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEAE
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A8A
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6363
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3F
Primary textHigh emphasis contentDark headings
950
0B28
#0B2828
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFC;
  --lavender-100: #E3F7F7;
  --lavender-200: #CCF0F0;
  --lavender-300: #A4E5E5;
  --lavender-400: #75D7D7;
  --lavender-500: #4DCBCB;
  --lavender-600: #32AEAE;
  --lavender-700: #288A8A;
  --lavender-800: #1D6363;
  --lavender-900: #123F3F;
  --lavender-950: #0B2828;
}
Generate More ShadesCreate PaletteConvert Color