Lavender

#C4EFF8

Cyan

Color Codes

All color formats for development

HEX
#C4EFF8
RGB
rgb(196, 239, 248)
HSL
hsl(190, 79%, 87%)
OKLCH
oklch(0.925 0.046 211.8)
CMYK
cmyk(21%, 4%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF7
200
#C4EF
300
#96E3
400
#5FD5
500
#32C9
600
#18AB
700
#1388
800
#0D61
900
#093E
950
#0527

Shades

Darker variations

1#9CE5F3
2#74DAEF
3#4DD0EA
4#25C5E5
5#17A9C7
6#13879F
7#0E6677
8#09444F
9#052228

Tints

Lighter variations

1#CAF1F9
2#D0F2F9
3#D5F4FA
4#DBF6FB
5#E1F7FC
6#E7F9FC
7#EDFAFD
8#F3FCFE
9#F9FDFE

Tones

Muted variations

1#C6EEF5
2#C9ECF3
3#CCEAF0
4#CEE8EE
5#D1E7EB
6#D3E5E8
7#D6E3E6
8#D9E1E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4EF
#C4EFF8
Secondary backgroundsInput backgroundsDividers
300
96E3
#96E3F3
BordersInactive statesPlaceholder text
400
5FD5
#5FD5EC
Disabled statesSecondary iconsMuted text
500
32C9
#32C9E7
Primary brand colorCTAsActive elementsLinks
600
18AB
#18ABC9
Hover statesFocus ringsPrimary buttons hover
700
1388
#1388A0
Active/pressed statesDark mode accentsSecondary text
800
0D61
#0D6172
Text on light backgroundsHeadingsStrong borders
900
093E
#093E49
Primary textHigh emphasis contentDark headings
950
0527
#05272E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FBFD;
  --lavender-100: #DFF7FB;
  --lavender-200: #C4EFF8;
  --lavender-300: #96E3F3;
  --lavender-400: #5FD5EC;
  --lavender-500: #32C9E7;
  --lavender-600: #18ABC9;
  --lavender-700: #1388A0;
  --lavender-800: #0D6172;
  --lavender-900: #093E49;
  --lavender-950: #05272E;
}
Generate More ShadesCreate PaletteConvert Color