Lavender

#C0EFFC

Cyan

Color Codes

All color formats for development

HEX
#C0EFFC
RGB
rgb(192, 239, 252)
HSL
hsl(193, 91%, 87%)
OKLCH
oklch(0.923 0.051 216.4)
CMYK
cmyk(24%, 5%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF6
200
#C0EF
300
#8FE3
400
#55D4
500
#24C7
600
#0AAA
700
#0887
800
#0661
900
#043E
950
#0227

Shades

Darker variations

1#95E4FA
2#6BD9F8
3#41CFF6
4#16C4F4
5#0AA8D4
6#0887A9
7#06657F
8#044355
9#02222A

Tints

Lighter variations

1#C6F1FC
2#CCF2FD
3#D3F4FD
4#D9F5FD
5#DFF7FE
6#E6F9FE
7#ECFAFE
8#F2FCFE
9#F9FDFF

Tones

Muted variations

1#C3EDF9
2#C6ECF6
3#C9EAF3
4#CCE8F0
5#CFE6ED
6#D2E5EA
7#D5E3E7
8#D8E1E4
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FD
Light backgroundsTable row hoverSkeleton loading
200
C0EF
#C0EFFC
Secondary backgroundsInput backgroundsDividers
300
8FE3
#8FE3FA
BordersInactive statesPlaceholder text
400
55D4
#55D4F7
Disabled statesSecondary iconsMuted text
500
24C7
#24C7F5
Primary brand colorCTAsActive elementsLinks
600
0AAA
#0AAAD6
Hover statesFocus ringsPrimary buttons hover
700
0887
#0887AA
Active/pressed statesDark mode accentsSecondary text
800
0661
#06617A
Text on light backgroundsHeadingsStrong borders
900
043E
#043E4E
Primary textHigh emphasis contentDark headings
950
0227
#022731
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FBFE;
  --lavender-100: #DDF6FD;
  --lavender-200: #C0EFFC;
  --lavender-300: #8FE3FA;
  --lavender-400: #55D4F7;
  --lavender-500: #24C7F5;
  --lavender-600: #0AAAD6;
  --lavender-700: #0887AA;
  --lavender-800: #06617A;
  --lavender-900: #043E4E;
  --lavender-950: #022731;
}
Generate More ShadesCreate PaletteConvert Color