Lavender

#DBF0FF

Blue

Color Codes

All color formats for development

HEX
#DBF0FF
RGB
rgb(219, 240, 255)
HSL
hsl(205, 100%, 93%)
OKLCH
oklch(0.944 0.03 238.8)
CMYK
cmyk(14%, 6%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DBF0
200
#BDE3
300
#8ACE
400
#4DB5
500
#1A9F
600
#0083
700
#0068
800
#004A
900
#0030
950
#001E

Shades

Darker variations

1#ACDCFF
2#7CC9FF
3#4DB5FF
4#1EA1FF
5#008AED
6#006FBE
7#00538E
8#00375F
9#001C2F

Tints

Lighter variations

1#DFF2FF
2#E2F3FF
3#E6F5FF
4#EAF6FF
5#EDF8FF
6#F1F9FF
7#F4FBFF
8#F8FCFF
9#FBFEFF

Tones

Muted variations

1#DDF0FD
2#DFF0FB
3#E1EFFA
4#E2EFF8
5#E4EFF6
6#E6EEF4
7#E8EEF3
8#EAEEF1
9#EBEDEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DBF0
#DBF0FF
Light backgroundsTable row hoverSkeleton loading
200
BDE3
#BDE3FF
Secondary backgroundsInput backgroundsDividers
300
8ACE
#8ACEFF
BordersInactive statesPlaceholder text
400
4DB5
#4DB5FF
Disabled statesSecondary iconsMuted text
500
1A9F
#1A9FFF
Primary brand colorCTAsActive elementsLinks
600
0083
#0083E0
Hover statesFocus ringsPrimary buttons hover
700
0068
#0068B3
Active/pressed statesDark mode accentsSecondary text
800
004A
#004A80
Text on light backgroundsHeadingsStrong borders
900
0030
#003052
Primary textHigh emphasis contentDark headings
950
001E
#001E33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F9FF;
  --lavender-100: #DBF0FF;
  --lavender-200: #BDE3FF;
  --lavender-300: #8ACEFF;
  --lavender-400: #4DB5FF;
  --lavender-500: #1A9FFF;
  --lavender-600: #0083E0;
  --lavender-700: #0068B3;
  --lavender-800: #004A80;
  --lavender-900: #003052;
  --lavender-950: #001E33;
}
Generate More ShadesCreate PaletteConvert Color