Lavender

#CAEDF2

Cyan

Color Codes

All color formats for development

HEX
#CAEDF2
RGB
rgb(202, 237, 242)
HSL
hsl(187, 61%, 87%)
OKLCH
oklch(0.923 0.037 207)
CMYK
cmyk(17%, 2%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FB
100
#E2F5
200
#CAED
300
#A1E0
400
#6FCF
500
#46C2
600
#2CA5
700
#2383
800
#195E
900
#103C
950
#0A25

Shades

Darker variations

1#A6E2E9
2#82D6E1
3#5ECAD8
4#3BBECF
5#2BA3B3
6#23828F
7#1A626B
8#114147
9#092124

Tints

Lighter variations

1#CFEFF3
2#D4F1F5
3#DAF3F6
4#DFF4F7
5#E4F6F9
6#EAF8FA
7#EFFAFB
8#F4FBFC
9#FAFDFE

Tones

Muted variations

1#CCECF0
2#CEEAEE
3#D0E9EC
4#D2E7EA
5#D4E6E8
6#D6E4E6
7#D8E3E4
8#DAE1E2
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FB
#F3FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F5
#E2F5F8
Light backgroundsTable row hoverSkeleton loading
200
CAED
#CAEDF2
Secondary backgroundsInput backgroundsDividers
300
A1E0
#A1E0E8
BordersInactive statesPlaceholder text
400
6FCF
#6FCFDC
Disabled statesSecondary iconsMuted text
500
46C2
#46C2D2
Primary brand colorCTAsActive elementsLinks
600
2CA5
#2CA5B5
Hover statesFocus ringsPrimary buttons hover
700
2383
#238390
Active/pressed statesDark mode accentsSecondary text
800
195E
#195E67
Text on light backgroundsHeadingsStrong borders
900
103C
#103C42
Primary textHigh emphasis contentDark headings
950
0A25
#0A2529
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FBFC;
  --lavender-100: #E2F5F8;
  --lavender-200: #CAEDF2;
  --lavender-300: #A1E0E8;
  --lavender-400: #6FCFDC;
  --lavender-500: #46C2D2;
  --lavender-600: #2CA5B5;
  --lavender-700: #238390;
  --lavender-800: #195E67;
  --lavender-900: #103C42;
  --lavender-950: #0A2529;
}
Generate More ShadesCreate PaletteConvert Color