Lavender

#BEF9FE

Cyan

Color Codes

All color formats for development

HEX
#BEF9FE
RGB
rgb(190, 249, 254)
HSL
hsl(185, 97%, 87%)
OKLCH
oklch(0.944 0.06 202.7)
CMYK
cmyk(25%, 2%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BEF9
300
#8BF4
400
#4FEE
500
#1DE9
600
#03CB
700
#03A1
800
#0273
900
#014A
950
#012E

Shades

Darker variations

1#92F4FD
2#66F0FD
3#3BECFC
4#0FE8FB
5#03C9DB
6#03A0AF
7#027883
8#015057
9#01282C

Tints

Lighter variations

1#C4F9FE
2#CBFAFE
3#D1FBFE
4#D8FBFE
5#DEFCFF
6#E5FCFF
7#EBFDFF
8#F2FEFF
9#F8FEFF

Tones

Muted variations

1#C1F6FB
2#C4F3F8
3#C7F1F4
4#CBEEF1
5#CEEBEE
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
BEF9
#BEF9FE
Secondary backgroundsInput backgroundsDividers
300
8BF4
#8BF4FD
BordersInactive statesPlaceholder text
400
4FEE
#4FEEFC
Disabled statesSecondary iconsMuted text
500
1DE9
#1DE9FC
Primary brand colorCTAsActive elementsLinks
600
03CB
#03CBDD
Hover statesFocus ringsPrimary buttons hover
700
03A1
#03A1B0
Active/pressed statesDark mode accentsSecondary text
800
0273
#02737E
Text on light backgroundsHeadingsStrong borders
900
014A
#014A50
Primary textHigh emphasis contentDark headings
950
012E
#012E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FEFF;
  --lavender-100: #DCFCFE;
  --lavender-200: #BEF9FE;
  --lavender-300: #8BF4FD;
  --lavender-400: #4FEEFC;
  --lavender-500: #1DE9FC;
  --lavender-600: #03CBDD;
  --lavender-700: #03A1B0;
  --lavender-800: #02737E;
  --lavender-900: #014A50;
  --lavender-950: #012E32;
}
Generate More ShadesCreate PaletteConvert Color