Lavender

#BEFAFE

Cyan

Color Codes

All color formats for development

HEX
#BEFAFE
RGB
rgb(190, 250, 254)
HSL
hsl(184, 97%, 87%)
OKLCH
oklch(0.946 0.06 201.3)
CMYK
cmyk(25%, 2%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.15:1

AA AAA

On Black Background

18.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BEFA
300
#8BF6
400
#4FF1
500
#1DED
600
#03CF
700
#03A4
800
#0275
900
#014B
950
#012F

Shades

Darker variations

1#92F6FD
2#66F3FD
3#3BEFFC
4#0FECFB
5#03CCDB
6#03A3AF
7#027B83
8#015257
9#01292C

Tints

Lighter variations

1#C4FAFE
2#CBFBFE
3#D1FBFE
4#D8FCFE
5#DEFCFF
6#E5FDFF
7#EBFDFF
8#F2FEFF
9#F8FEFF

Tones

Muted variations

1#C1F7FB
2#C4F4F8
3#C7F1F4
4#CBEFF1
5#CEECEE
6#D1E9EB
7#D4E6E7
8#D7E3E4
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFC
#DCFCFE
Light backgroundsTable row hoverSkeleton loading
200
BEFA
#BEFAFE
Secondary backgroundsInput backgroundsDividers
300
8BF6
#8BF6FD
BordersInactive statesPlaceholder text
400
4FF1
#4FF1FC
Disabled statesSecondary iconsMuted text
500
1DED
#1DEDFC
Primary brand colorCTAsActive elementsLinks
600
03CF
#03CFDD
Hover statesFocus ringsPrimary buttons hover
700
03A4
#03A4B0
Active/pressed statesDark mode accentsSecondary text
800
0275
#02757E
Text on light backgroundsHeadingsStrong borders
900
014B
#014B50
Primary textHigh emphasis contentDark headings
950
012F
#012F32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FEFF;
  --lavender-100: #DCFCFE;
  --lavender-200: #BEFAFE;
  --lavender-300: #8BF6FD;
  --lavender-400: #4FF1FC;
  --lavender-500: #1DEDFC;
  --lavender-600: #03CFDD;
  --lavender-700: #03A4B0;
  --lavender-800: #02757E;
  --lavender-900: #014B50;
  --lavender-950: #012F32;
}
Generate More ShadesCreate PaletteConvert Color