Lavender

#CCEFEF

Cyan

Color Codes

All color formats for development

HEX
#CCEFEF
RGB
rgb(204, 239, 239)
HSL
hsl(180, 52%, 87%)
OKLCH
oklch(0.927 0.036 196.5)
CMYK
cmyk(15%, 0%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E4F6
200
#CDEF
300
#A6E3
400
#77D4
500
#51C8
600
#36AB
700
#2B88
800
#1F61
900
#143E
950
#0C27

Shades

Darker variations

1#ABE4E4
2#89DADA
3#67CFCF
4#46C4C4
5#35A9A9
6#2B8787
7#206565
8#154343
9#0B2222

Tints

Lighter variations

1#D2F1F1
2#D7F2F2
3#DCF4F4
4#E1F5F5
5#E6F7F7
6#EBF9F9
7#F0FAFA
8#F5FCFC
9#FAFDFD

Tones

Muted variations

1#CEEDED
2#D0ECEC
3#D2EAEA
4#D4E8E8
5#D5E6E6
6#D7E5E5
7#D9E3E3
8#DAE1E1
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F6
#E4F6F6
Light backgroundsTable row hoverSkeleton loading
200
CDEF
#CDEFEF
Secondary backgroundsInput backgroundsDividers
300
A6E3
#A6E3E3
BordersInactive statesPlaceholder text
400
77D4
#77D4D4
Disabled statesSecondary iconsMuted text
500
51C8
#51C8C8
Primary brand colorCTAsActive elementsLinks
600
36AB
#36ABAB
Hover statesFocus ringsPrimary buttons hover
700
2B88
#2B8888
Active/pressed statesDark mode accentsSecondary text
800
1F61
#1F6161
Text on light backgroundsHeadingsStrong borders
900
143E
#143E3E
Primary textHigh emphasis contentDark headings
950
0C27
#0C2727
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FBFB;
  --lavender-100: #E4F6F6;
  --lavender-200: #CDEFEF;
  --lavender-300: #A6E3E3;
  --lavender-400: #77D4D4;
  --lavender-500: #51C8C8;
  --lavender-600: #36ABAB;
  --lavender-700: #2B8888;
  --lavender-800: #1F6161;
  --lavender-900: #143E3E;
  --lavender-950: #0C2727;
}
Generate More ShadesCreate PaletteConvert Color