Lavender

#CAF1ED

Cyan

Color Codes

All color formats for development

HEX
#CAF1ED
RGB
rgb(202, 241, 237)
HSL
hsl(174, 58%, 87%)
OKLCH
oklch(0.929 0.041 188.9)
CMYK
cmyk(16%, 0%, 2%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CBF1
300
#A2E6
400
#72DA
500
#4ACF
600
#2FB1
700
#258D
800
#1B65
900
#1140
950
#0B28

Shades

Darker variations

1#A8E8E1
2#85DED5
3#61D5CA
4#3ECCBE
5#2FAFA2
6#258C82
7#1C6961
8#134641
9#092320

Tints

Lighter variations

1#D0F2EF
2#D5F4F1
3#DAF5F3
4#E0F7F4
5#E5F8F6
6#EAF9F8
7#EFFBFA
8#F5FCFB
9#FAFEFD

Tones

Muted variations

1#CDEFEC
2#CEEDEA
3#D0EBE9
4#D2E9E7
5#D4E7E6
6#D6E6E4
7#D8E4E2
8#DAE2E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F5
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1ED
Secondary backgroundsInput backgroundsDividers
300
A2E6
#A2E6E0
BordersInactive statesPlaceholder text
400
72DA
#72DACF
Disabled statesSecondary iconsMuted text
500
4ACF
#4ACFC1
Primary brand colorCTAsActive elementsLinks
600
2FB1
#2FB1A4
Hover statesFocus ringsPrimary buttons hover
700
258D
#258D83
Active/pressed statesDark mode accentsSecondary text
800
1B65
#1B655D
Text on light backgroundsHeadingsStrong borders
900
1140
#11403C
Primary textHigh emphasis contentDark headings
950
0B28
#0B2825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFB;
  --lavender-100: #E3F8F5;
  --lavender-200: #CBF1ED;
  --lavender-300: #A2E6E0;
  --lavender-400: #72DACF;
  --lavender-500: #4ACFC1;
  --lavender-600: #2FB1A4;
  --lavender-700: #258D83;
  --lavender-800: #1B655D;
  --lavender-900: #11403C;
  --lavender-950: #0B2825;
}
Generate More ShadesCreate PaletteConvert Color