Lavender

#C6EDF6

Cyan

Color Codes

All color formats for development

HEX
#C6EDF6
RGB
rgb(198, 237, 246)
HSL
hsl(191, 73%, 87%)
OKLCH
oklch(0.921 0.042 213.3)
CMYK
cmyk(20%, 4%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E0F5
200
#C6ED
300
#9ADF
400
#65CF
500
#38C1
600
#1EA4
700
#1883
800
#115D
900
#0B3C
950
#0725

Shades

Darker variations

1#9FE1F0
2#79D5EA
3#53C9E4
4#2CBDDE
5#1EA2C0
6#18829A
7#126173
8#0C414D
9#062026

Tints

Lighter variations

1#CBEFF7
2#D1F1F8
3#D7F3F9
4#DDF4FA
5#E2F6FB
6#E8F8FB
7#EEFAFC
8#F4FBFD
9#F9FDFE

Tones

Muted variations

1#C8ECF4
2#CAEAF1
3#CDE9EF
4#CFE7EC
5#D2E6EA
6#D4E4E8
7#D7E2E5
8#D9E1E3
9#DBDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F5
#E0F5FA
Light backgroundsTable row hoverSkeleton loading
200
C6ED
#C6EDF6
Secondary backgroundsInput backgroundsDividers
300
9ADF
#9ADFEF
BordersInactive statesPlaceholder text
400
65CF
#65CFE7
Disabled statesSecondary iconsMuted text
500
38C1
#38C1E0
Primary brand colorCTAsActive elementsLinks
600
1EA4
#1EA4C2
Hover statesFocus ringsPrimary buttons hover
700
1883
#18839A
Active/pressed statesDark mode accentsSecondary text
800
115D
#115D6E
Text on light backgroundsHeadingsStrong borders
900
0B3C
#0B3C47
Primary textHigh emphasis contentDark headings
950
0725
#07252C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FBFD;
  --lavender-100: #E0F5FA;
  --lavender-200: #C6EDF6;
  --lavender-300: #9ADFEF;
  --lavender-400: #65CFE7;
  --lavender-500: #38C1E0;
  --lavender-600: #1EA4C2;
  --lavender-700: #18839A;
  --lavender-800: #115D6E;
  --lavender-900: #0B3C47;
  --lavender-950: #07252C;
}
Generate More ShadesCreate PaletteConvert Color