Blue

#000BE0

Blue

Color Codes

All color formats for development

HEX
#000BE0
RGB
rgb(0, 11, 224)
HSL
hsl(237, 100%, 44%)
OKLCH
oklch(0.414 0.281 264.1)
CMYK
cmyk(100%, 95%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

9.89:1

AA AAA

On Black Background

2.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DBDD
200
#BDC0
300
#8A90
400
#4D55
500
#1A25
600
#000B
700
#0009
800
#0006
900
#0004
950
#0003

Shades

Darker variations

1#000ACA
2#0009B4
3#00089D
4#000787
5#000670
6#00045A
7#000343
8#00022D
9#000116

Tints

Lighter variations

1#000DFD
2#1B26FF
3#3741FF
4#545CFF
5#7077FF
6#8D92FF
7#A9AEFF
8#C6C9FF
9#E2E4FF

Tones

Muted variations

1#0B15D5
2#161FCA
3#222ABF
4#2D34B4
5#383EA8
6#43489D
7#4F5292
8#5A5C87
9#65667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDD
#DBDDFF
Light backgroundsTable row hoverSkeleton loading
200
BDC0
#BDC0FF
Secondary backgroundsInput backgroundsDividers
300
8A90
#8A90FF
BordersInactive statesPlaceholder text
400
4D55
#4D55FF
Disabled statesSecondary iconsMuted text
500
1A25
#1A25FF
Primary brand colorCTAsActive elementsLinks
600
000B
#000BE0
Hover statesFocus ringsPrimary buttons hover
700
0009
#0009B3
Active/pressed statesDark mode accentsSecondary text
800
0006
#000680
Text on light backgroundsHeadingsStrong borders
900
0004
#000452
Primary textHigh emphasis contentDark headings
950
0003
#000333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F0FF;
  --blue-100: #DBDDFF;
  --blue-200: #BDC0FF;
  --blue-300: #8A90FF;
  --blue-400: #4D55FF;
  --blue-500: #1A25FF;
  --blue-600: #000BE0;
  --blue-700: #0009B3;
  --blue-800: #000680;
  --blue-900: #000452;
  --blue-950: #000333;
}
Generate More ShadesCreate PaletteConvert Color