Lavender

#E3F7F7

Cyan

Color Codes

All color formats for development

HEX
#E3F7F7
RGB
rgb(227, 247, 247)
HSL
hsl(180, 56%, 93%)
OKLCH
oklch(0.961 0.021 196.8)
CMYK
cmyk(8%, 0%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.91: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#BEEDED
2#99E2E2
3#74D8D8
4#4FCDCD
5#34B9B9
6#2A9494
7#1F6F6F
8#154A4A
9#0A2525

Tints

Lighter variations

1#E6F8F8
2#E9F9F9
3#ECFAFA
4#EEFAFA
5#F1FBFB
6#F4FCFC
7#F7FDFD
8#F9FDFD
9#FCFEFE

Tones

Muted variations

1#E4F6F6
2#E5F5F5
3#E6F4F4
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
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F7
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0F0
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5E5
BordersInactive statesPlaceholder text
400
74D8
#74D8D8
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCDCD
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AFAF
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B8B
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6363
Text on light backgroundsHeadingsStrong borders
900
1240
#124040
Primary textHigh emphasis contentDark headings
950
0B28
#0B2828
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFC;
  --lavender-100: #E3F7F7;
  --lavender-200: #CBF0F0;
  --lavender-300: #A4E5E5;
  --lavender-400: #74D8D8;
  --lavender-500: #4CCDCD;
  --lavender-600: #31AFAF;
  --lavender-700: #278B8B;
  --lavender-800: #1C6363;
  --lavender-900: #124040;
  --lavender-950: #0B2828;
}
Generate More ShadesCreate PaletteConvert Color