Blue

#000FE0

Blue

Color Codes

All color formats for development

HEX
#000FE0
RGB
rgb(0, 15, 224)
HSL
hsl(236, 100%, 44%)
OKLCH
oklch(0.416 0.28 264.1)
CMYK
cmyk(100%, 93%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

9.79:1

AA AAA

On Black Background

2.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC1
300
#8A92
400
#4D58
500
#1A29
600
#000F
700
#000C
800
#0009
900
#0005
950
#0003

Shades

Darker variations

1#000DCA
2#000CB4
3#000A9D
4#000987
5#000770
6#00065A
7#000443
8#00032D
9#000116

Tints

Lighter variations

1#0011FD
2#1B2AFF
3#3744FF
4#545FFF
5#707AFF
6#8D94FF
7#A9AFFF
8#C6CAFF
9#E2E4FF

Tones

Muted variations

1#0B19D5
2#1622CA
3#222CBF
4#2D36B4
5#3840A8
6#43499D
7#4F5392
8#5A5D87
9#65667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDE
#DBDEFF
Light backgroundsTable row hoverSkeleton loading
200
BDC1
#BDC1FF
Secondary backgroundsInput backgroundsDividers
300
8A92
#8A92FF
BordersInactive statesPlaceholder text
400
4D58
#4D58FF
Disabled statesSecondary iconsMuted text
500
1A29
#1A29FF
Primary brand colorCTAsActive elementsLinks
600
000F
#000FE0
Hover statesFocus ringsPrimary buttons hover
700
000C
#000CB3
Active/pressed statesDark mode accentsSecondary text
800
0009
#000980
Text on light backgroundsHeadingsStrong borders
900
0005
#000552
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: #F0F1FF;
  --blue-100: #DBDEFF;
  --blue-200: #BDC1FF;
  --blue-300: #8A92FF;
  --blue-400: #4D58FF;
  --blue-500: #1A29FF;
  --blue-600: #000FE0;
  --blue-700: #000CB3;
  --blue-800: #000980;
  --blue-900: #000552;
  --blue-950: #000333;
}
Generate More ShadesCreate PaletteConvert Color