Lavender

#D2EAEA

Cyan

Color Codes

All color formats for development

HEX
#D2EAEA
RGB
rgb(210, 234, 234)
HSL
hsl(180, 36%, 87%)
OKLCH
oklch(0.919 0.025 196.7)
CMYK
cmyk(10%, 0%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5FA
100
#E7F4
200
#D2EA
300
#AFD9
400
#86C6
500
#63B6
600
#4899
700
#3979
800
#2957
900
#1A37
950
#1023

Shades

Darker variations

1#B4DCDC
2#96CDCD
3#77BFBF
4#59B1B1
5#479797
6#397979
7#2B5B5B
8#1C3C3C
9#0E1E1E

Tints

Lighter variations

1#D6ECEC
2#DBEEEE
3#DFF0F0
4#E4F2F2
5#E8F4F4
6#EDF7F7
7#F1F9F9
8#F6FBFB
9#FAFDFD

Tones

Muted variations

1#D3E9E9
2#D4E7E7
3#D5E6E6
4#D7E5E5
5#D8E4E4
6#D9E3E3
7#DAE1E1
8#DBE0E0
9#DDDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5FA
#F5FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E7F4
#E7F4F4
Light backgroundsTable row hoverSkeleton loading
200
D2EA
#D2EAEA
Secondary backgroundsInput backgroundsDividers
300
AFD9
#AFD9D9
BordersInactive statesPlaceholder text
400
86C6
#86C6C6
Disabled statesSecondary iconsMuted text
500
63B6
#63B6B6
Primary brand colorCTAsActive elementsLinks
600
4899
#489999
Hover statesFocus ringsPrimary buttons hover
700
3979
#397979
Active/pressed statesDark mode accentsSecondary text
800
2957
#295757
Text on light backgroundsHeadingsStrong borders
900
1A37
#1A3737
Primary textHigh emphasis contentDark headings
950
1023
#102323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5FAFA;
  --lavender-100: #E7F4F4;
  --lavender-200: #D2EAEA;
  --lavender-300: #AFD9D9;
  --lavender-400: #86C6C6;
  --lavender-500: #63B6B6;
  --lavender-600: #489999;
  --lavender-700: #397979;
  --lavender-800: #295757;
  --lavender-900: #1A3737;
  --lavender-950: #102323;
}
Generate More ShadesCreate PaletteConvert Color