Lavender

#E1F9F8

Cyan

Color Codes

All color formats for development

HEX
#E1F9F8
RGB
rgb(225, 249, 248)
HSL
hsl(178, 67%, 93%)
OKLCH
oklch(0.964 0.025 193.7)
CMYK
cmyk(10%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#BAF1EF
2#92E9E7
3#6AE2DE
4#43DAD5
5#27C6C1
6#1F9E9A
7#177774
8#104F4D
9#082827

Tints

Lighter variations

1#E4FAF9
2#E7FAFA
3#EAFBFA
4#EDFBFB
5#F0FCFC
6#F3FDFC
7#F6FDFD
8#F9FEFE
9#FCFEFE

Tones

Muted variations

1#E2F8F7
2#E4F7F6
3#E5F6F5
4#E6F4F4
5#E7F3F3
6#E8F2F2
7#EAF1F0
8#EBF0EF
9#ECEEEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F3
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECE9
BordersInactive statesPlaceholder text
400
6AE2
#6AE2DE
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9D4
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBB6
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9591
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A68
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4442
Primary textHigh emphasis contentDark headings
950
082B
#082B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFC;
  --lavender-100: #E1F9F8;
  --lavender-200: #C8F4F3;
  --lavender-300: #9DECE9;
  --lavender-400: #6AE2DE;
  --lavender-500: #3FD9D4;
  --lavender-600: #25BBB6;
  --lavender-700: #1D9591;
  --lavender-800: #156A68;
  --lavender-900: #0D4442;
  --lavender-950: #082B29;
}
Generate More ShadesCreate PaletteConvert Color