Lavender

#E0FAF4

Cyan

Color Codes

All color formats for development

HEX
#E0FAF4
RGB
rgb(224, 250, 244)
HSL
hsl(166, 72%, 93%)
OKLCH
oklch(0.965 0.028 180.3)
CMYK
cmyk(10%, 0%, 2%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#B8F3E5
2#8FEDD7
3#66E6C8
4#3DDFBA
5#21CCA4
6#1BA383
7#147A62
8#0D5242
9#072921

Tints

Lighter variations

1#E3FBF5
2#E6FBF6
3#EAFCF7
4#EDFCF8
5#F0FDFA
6#F3FDFB
7#F6FEFC
8#F9FEFD
9#FCFFFE

Tones

Muted variations

1#E2F9F3
2#E3F7F3
3#E4F6F2
4#E5F5F1
5#E7F4F1
6#E8F2F0
7#E9F1EF
8#EBF0EF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF4
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6EB
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFDB
BordersInactive statesPlaceholder text
400
65E6
#65E6C8
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADFB8
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC19B
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A7C
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E58
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4638
Primary textHigh emphasis contentDark headings
950
072C
#072C23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFA;
  --lavender-100: #E0FAF4;
  --lavender-200: #C6F6EB;
  --lavender-300: #9AEFDB;
  --lavender-400: #65E6C8;
  --lavender-500: #3ADFB8;
  --lavender-600: #1FC19B;
  --lavender-700: #199A7C;
  --lavender-800: #126E58;
  --lavender-900: #0B4638;
  --lavender-950: #072C23;
}
Generate More ShadesCreate PaletteConvert Color