Lavender

#C0F1FB

Cyan

Color Codes

All color formats for development

HEX
#C0F1FB
RGB
rgb(192, 241, 251)
HSL
hsl(190, 88%, 87%)
OKLCH
oklch(0.927 0.052 211.5)
CMYK
cmyk(24%, 4%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF8
200
#C1F1
300
#91E7
400
#57DA
500
#27D0
600
#0DB2
700
#0B8E
800
#0865
900
#0541
950
#0328

Shades

Darker variations

1#97E8F8
2#6DDFF6
3#44D6F3
4#1ACDF0
5#0DB0D1
6#0B8DA7
7#086A7D
8#054653
9#03232A

Tints

Lighter variations

1#C7F3FB
2#CDF4FC
3#D3F5FC
4#DAF7FD
5#E0F8FD
6#E6FAFD
7#ECFBFE
8#F3FCFE
9#F9FEFF

Tones

Muted variations

1#C4EFF8
2#C7EDF5
3#C9EBF2
4#CCEAEF
5#CFE8EC
6#D2E6EA
7#D5E4E7
8#D8E2E4
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FD
Light backgroundsTable row hoverSkeleton loading
200
C1F1
#C1F1FB
Secondary backgroundsInput backgroundsDividers
300
91E7
#91E7F8
BordersInactive statesPlaceholder text
400
57DA
#57DAF4
Disabled statesSecondary iconsMuted text
500
27D0
#27D0F1
Primary brand colorCTAsActive elementsLinks
600
0DB2
#0DB2D3
Hover statesFocus ringsPrimary buttons hover
700
0B8E
#0B8EA8
Active/pressed statesDark mode accentsSecondary text
800
0865
#086578
Text on light backgroundsHeadingsStrong borders
900
0541
#05414D
Primary textHigh emphasis contentDark headings
950
0328
#032830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FCFE;
  --lavender-100: #DDF8FD;
  --lavender-200: #C1F1FB;
  --lavender-300: #91E7F8;
  --lavender-400: #57DAF4;
  --lavender-500: #27D0F1;
  --lavender-600: #0DB2D3;
  --lavender-700: #0B8EA8;
  --lavender-800: #086578;
  --lavender-900: #05414D;
  --lavender-950: #032830;
}
Generate More ShadesCreate PaletteConvert Color