Blue

#0808D9

Blue

Color Codes

All color formats for development

HEX
#0808D9
RGB
rgb(8, 8, 217)
HSL
hsl(240, 93%, 44%)
OKLCH
oklch(0.405 0.274 264.8)
CMYK
cmyk(96%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

10.26:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DDDD
200
#BFBF
300
#8E8E
400
#5353
500
#2222
600
#0808
700
#0606
800
#0404
900
#0303
950
#0202

Shades

Darker variations

1#0707C3
2#0606AD
3#050598
4#050582
5#04046C
6#030357
7#020241
8#02022B
9#010116

Tints

Lighter variations

1#0909F4
2#2323F7
3#3E3EF8
4#5A5AF9
5#7575FA
6#9191FB
7#ACACFC
8#C8C8FD
9#E3E3FE

Tones

Muted variations

1#1212CE
2#1D1DC4
3#2727B9
4#3232AF
5#3C3CA4
6#46469A
7#515190
8#5B5B85
9#66667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFE
Light backgroundsTable row hoverSkeleton loading
200
BFBF
#BFBFFD
Secondary backgroundsInput backgroundsDividers
300
8E8E
#8E8EFB
BordersInactive statesPlaceholder text
400
5353
#5353F9
Disabled statesSecondary iconsMuted text
500
2222
#2222F7
Primary brand colorCTAsActive elementsLinks
600
0808
#0808D9
Hover statesFocus ringsPrimary buttons hover
700
0606
#0606AC
Active/pressed statesDark mode accentsSecondary text
800
0404
#04047B
Text on light backgroundsHeadingsStrong borders
900
0303
#03034F
Primary textHigh emphasis contentDark headings
950
0202
#020231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F0FE;
  --blue-100: #DDDDFE;
  --blue-200: #BFBFFD;
  --blue-300: #8E8EFB;
  --blue-400: #5353F9;
  --blue-500: #2222F7;
  --blue-600: #0808D9;
  --blue-700: #0606AC;
  --blue-800: #04047B;
  --blue-900: #03034F;
  --blue-950: #020231;
}
Generate More ShadesCreate PaletteConvert Color