Lavender

#C4F1F8

Cyan

Color Codes

All color formats for development

HEX
#C4F1F8
RGB
rgb(196, 241, 248)
HSL
hsl(188, 79%, 87%)
OKLCH
oklch(0.929 0.047 208)
CMYK
cmyk(21%, 3%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF7
200
#C4F1
300
#96E6
400
#5FD9
500
#32CF
600
#18B1
700
#138D
800
#0D65
900
#0940
950
#0528

Shades

Darker variations

1#9CE8F3
2#74DEEF
3#4DD5EA
4#25CCE5
5#17AFC7
6#138C9F
7#0E6977
8#09464F
9#052328

Tints

Lighter variations

1#CAF2F9
2#D0F4F9
3#D5F5FA
4#DBF7FB
5#E1F8FC
6#E7F9FC
7#EDFBFD
8#F3FCFE
9#F9FEFE

Tones

Muted variations

1#C6EFF5
2#C9EDF3
3#CCEBF0
4#CEE9EE
5#D1E7EB
6#D3E6E8
7#D6E4E6
8#D9E2E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4F1
#C4F1F8
Secondary backgroundsInput backgroundsDividers
300
96E6
#96E6F3
BordersInactive statesPlaceholder text
400
5FD9
#5FD9EC
Disabled statesSecondary iconsMuted text
500
32CF
#32CFE7
Primary brand colorCTAsActive elementsLinks
600
18B1
#18B1C9
Hover statesFocus ringsPrimary buttons hover
700
138D
#138DA0
Active/pressed statesDark mode accentsSecondary text
800
0D65
#0D6572
Text on light backgroundsHeadingsStrong borders
900
0940
#094049
Primary textHigh emphasis contentDark headings
950
0528
#05282E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FCFD;
  --lavender-100: #DFF7FB;
  --lavender-200: #C4F1F8;
  --lavender-300: #96E6F3;
  --lavender-400: #5FD9EC;
  --lavender-500: #32CFE7;
  --lavender-600: #18B1C9;
  --lavender-700: #138DA0;
  --lavender-800: #0D6572;
  --lavender-900: #094049;
  --lavender-950: #05282E;
}
Generate More ShadesCreate PaletteConvert Color