Lavender

#C2F2F9

Cyan

Color Codes

All color formats for development

HEX
#C2F2F9
RGB
rgb(194, 242, 249)
HSL
hsl(188, 82%, 87%)
OKLCH
oklch(0.93 0.05 207.3)
CMYK
cmyk(22%, 3%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF8
200
#C3F2
300
#94E8
400
#5DDB
500
#2ED1
600
#14B4
700
#108F
800
#0B66
900
#0741
950
#0529

Shades

Darker variations

1#9AE9F5
2#72E0F1
3#4AD7ED
4#21CEE9
5#14B2CA
6#108EA2
7#0C6B79
8#084751
9#042428

Tints

Lighter variations

1#C9F3FA
2#CFF4FA
3#D5F6FB
4#DBF7FB
5#E1F8FC
6#E7FAFD
7#EDFBFD
8#F3FCFE
9#F9FEFE

Tones

Muted variations

1#C5F0F6
2#C8EEF4
3#CBECF1
4#CEEAEE
5#D0E8EB
6#D3E6E9
7#D6E4E6
8#D8E2E3
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF8
#DFF8FC
Light backgroundsTable row hoverSkeleton loading
200
C3F2
#C3F2F9
Secondary backgroundsInput backgroundsDividers
300
94E8
#94E8F4
BordersInactive statesPlaceholder text
400
5DDB
#5DDBEF
Disabled statesSecondary iconsMuted text
500
2ED1
#2ED1EA
Primary brand colorCTAsActive elementsLinks
600
14B4
#14B4CC
Hover statesFocus ringsPrimary buttons hover
700
108F
#108FA2
Active/pressed statesDark mode accentsSecondary text
800
0B66
#0B6674
Text on light backgroundsHeadingsStrong borders
900
0741
#07414A
Primary textHigh emphasis contentDark headings
950
0529
#05292E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FCFE;
  --lavender-100: #DFF8FC;
  --lavender-200: #C3F2F9;
  --lavender-300: #94E8F4;
  --lavender-400: #5DDBEF;
  --lavender-500: #2ED1EA;
  --lavender-600: #14B4CC;
  --lavender-700: #108FA2;
  --lavender-800: #0B6674;
  --lavender-900: #07414A;
  --lavender-950: #05292E;
}
Generate More ShadesCreate PaletteConvert Color