Lavender

#CFEAED

Cyan

Color Codes

All color formats for development

HEX
#CFEAED
RGB
rgb(207, 234, 237)
HSL
hsl(186, 45%, 87%)
OKLCH
oklch(0.918 0.029 204.8)
CMYK
cmyk(13%, 1%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEA
300
#AAD9
400
#7EC6
500
#59B6
600
#3E99
700
#3179
800
#2357
900
#1637
950
#0E23

Shades

Darker variations

1#AFDCE1
2#8FCDD4
3#6EBFC8
4#4EB1BC
5#3D97A1
6#317981
7#255B61
8#183C40
9#0C1E20

Tints

Lighter variations

1#D4ECEF
2#D9EEF0
3#DDF0F2
4#E2F2F4
5#E7F4F6
6#ECF7F8
7#F1F9FA
8#F5FBFB
9#FAFDFD

Tones

Muted variations

1#D0E9EB
2#D2E7EA
3#D3E6E8
4#D5E5E7
5#D6E4E5
6#D8E3E4
7#D9E1E2
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEA
#CFEAED
Secondary backgroundsInput backgroundsDividers
300
AAD9
#AAD9DF
BordersInactive statesPlaceholder text
400
7EC6
#7EC6CE
Disabled statesSecondary iconsMuted text
500
59B6
#59B6C0
Primary brand colorCTAsActive elementsLinks
600
3E99
#3E99A3
Hover statesFocus ringsPrimary buttons hover
700
3179
#317981
Active/pressed statesDark mode accentsSecondary text
800
2357
#23575C
Text on light backgroundsHeadingsStrong borders
900
1637
#16373B
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E5F4F5;
  --lavender-200: #CFEAED;
  --lavender-300: #AAD9DF;
  --lavender-400: #7EC6CE;
  --lavender-500: #59B6C0;
  --lavender-600: #3E99A3;
  --lavender-700: #317981;
  --lavender-800: #23575C;
  --lavender-900: #16373B;
  --lavender-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color