Lavender

#EAF0F0

Cyan

Color Codes

All color formats for development

HEX
#EAF0F0
RGB
rgb(234, 240, 240)
HSL
hsl(180, 17%, 93%)
OKLCH
oklch(0.951 0.006 197)
CMYK
cmyk(3%, 0%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.15:1

AA AAA

On Black Background

18.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF0
200
#D8E3
300
#BACE
400
#97B5
500
#79A0
600
#5D83
700
#4A68
800
#354B
900
#2230
950
#151E

Shades

Darker variations

1#CEDDDD
2#B3C9C9
3#97B5B5
4#7BA1A1
5#628B8B
6#4F6F6F
7#3B5353
8#273737
9#141C1C

Tints

Lighter variations

1#ECF2F2
2#EEF3F3
3#F0F5F5
4#F2F6F6
5#F5F8F8
6#F7F9F9
7#F9FBFB
8#FBFCFC
9#FDFEFE

Tones

Muted variations

1#EAF0F0
2#EBF0F0
3#EBEFEF
4#EBEFEF
5#ECEFEF
6#ECEEEE
7#ECEEEE
8#EDEEEE
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF0
#EAF0F0
Light backgroundsTable row hoverSkeleton loading
200
D8E3
#D8E3E3
Secondary backgroundsInput backgroundsDividers
300
BACE
#BACECE
BordersInactive statesPlaceholder text
400
97B5
#97B5B5
Disabled statesSecondary iconsMuted text
500
79A0
#79A0A0
Primary brand colorCTAsActive elementsLinks
600
5D83
#5D8383
Hover statesFocus ringsPrimary buttons hover
700
4A68
#4A6868
Active/pressed statesDark mode accentsSecondary text
800
354B
#354B4B
Text on light backgroundsHeadingsStrong borders
900
2230
#223030
Primary textHigh emphasis contentDark headings
950
151E
#151E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F9F9;
  --lavender-100: #EAF0F0;
  --lavender-200: #D8E3E3;
  --lavender-300: #BACECE;
  --lavender-400: #97B5B5;
  --lavender-500: #79A0A0;
  --lavender-600: #5D8383;
  --lavender-700: #4A6868;
  --lavender-800: #354B4B;
  --lavender-900: #223030;
  --lavender-950: #151E1E;
}
Generate More ShadesCreate PaletteConvert Color