Lavender

#E3F7F6

Cyan

Color Codes

All color formats for development

HEX
#E3F7F6
RGB
rgb(227, 247, 246)
HSL
hsl(177, 56%, 93%)
OKLCH
oklch(0.961 0.021 193.2)
CMYK
cmyk(8%, 0%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#BEEDEA
2#99E2DF
3#74D8D3
4#4FCDC7
5#34B9B2
6#2A948F
7#1F6F6B
8#154A47
9#0A2524

Tints

Lighter variations

1#E6F8F7
2#E9F9F8
3#ECFAF9
4#EEFAFA
5#F1FBFB
6#F4FCFB
7#F7FDFC
8#F9FDFD
9#FCFEFE

Tones

Muted variations

1#E4F6F5
2#E5F5F4
3#E6F4F3
4#E7F3F3
5#E8F2F2
6#E9F1F1
7#EAF0F0
8#EBEFEF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F6
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0EF
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E2
BordersInactive statesPlaceholder text
400
74D8
#74D8D3
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDC6
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AFA9
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B86
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6360
Text on light backgroundsHeadingsStrong borders
900
1240
#12403D
Primary textHigh emphasis contentDark headings
950
0B28
#0B2826
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFB;
  --lavender-100: #E3F7F6;
  --lavender-200: #CBF0EF;
  --lavender-300: #A4E5E2;
  --lavender-400: #74D8D3;
  --lavender-500: #4CCDC6;
  --lavender-600: #31AFA9;
  --lavender-700: #278B86;
  --lavender-800: #1C6360;
  --lavender-900: #12403D;
  --lavender-950: #0B2826;
}
Generate More ShadesCreate PaletteConvert Color