Lavender

#CCF0ED

Cyan

Color Codes

All color formats for development

HEX
#CCF0ED
RGB
rgb(204, 240, 237)
HSL
hsl(175, 55%, 87%)
OKLCH
oklch(0.929 0.038 190.4)
CMYK
cmyk(15%, 0%, 1%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.25: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#A9E6E1
2#87DCD5
3#64D2C9
4#42C8BD
5#32ACA2
6#288A81
7#1E6761
8#144541
9#0A2220

Tints

Lighter variations

1#D1F2EF
2#D6F3F1
3#DBF5F2
4#E0F6F4
5#E5F8F6
6#EAF9F8
7#F0FBFA
8#F5FCFB
9#FAFEFD

Tones

Muted variations

1#CDEEEC
2#CFECEA
3#D1EBE8
4#D3E9E7
5#D5E7E5
6#D7E5E4
7#D8E3E2
8#DAE1E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F5
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0ED
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5DF
BordersInactive statesPlaceholder text
400
75D7
#75D7CF
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCBC1
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AEA4
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A82
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D635D
Text on light backgroundsHeadingsStrong borders
900
123F
#123F3C
Primary textHigh emphasis contentDark headings
950
0B28
#0B2825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFB;
  --lavender-100: #E3F7F5;
  --lavender-200: #CCF0ED;
  --lavender-300: #A4E5DF;
  --lavender-400: #75D7CF;
  --lavender-500: #4DCBC1;
  --lavender-600: #32AEA4;
  --lavender-700: #288A82;
  --lavender-800: #1D635D;
  --lavender-900: #123F3C;
  --lavender-950: #0B2825;
}
Generate More ShadesCreate PaletteConvert Color