Blue

#0013E0

Blue

Color Codes

All color formats for development

HEX
#0013E0
RGB
rgb(0, 19, 224)
HSL
hsl(235, 100%, 44%)
OKLCH
oklch(0.418 0.278 264.2)
CMYK
cmyk(100%, 92%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

9.68:1

AA AAA

On Black Background

2.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC2
300
#8A93
400
#4D5B
500
#1A2D
600
#0013
700
#000F
800
#000B
900
#0007
950
#0004

Shades

Darker variations

1#0011CA
2#000FB4
3#000D9D
4#000B87
5#000970
6#00075A
7#000643
8#00042D
9#000216

Tints

Lighter variations

1#0015FD
2#1B2EFF
3#3748FF
4#5462FF
5#707CFF
6#8D96FF
7#A9B0FF
8#C6CBFF
9#E2E5FF

Tones

Muted variations

1#0B1CD5
2#1625CA
3#222FBF
4#2D38B4
5#3841A8
6#434B9D
7#4F5492
8#5A5D87
9#65677B

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
BDC2
#BDC2FF
Secondary backgroundsInput backgroundsDividers
300
8A93
#8A93FF
BordersInactive statesPlaceholder text
400
4D5B
#4D5BFF
Disabled statesSecondary iconsMuted text
500
1A2D
#1A2DFF
Primary brand colorCTAsActive elementsLinks
600
0013
#0013E0
Hover statesFocus ringsPrimary buttons hover
700
000F
#000FB3
Active/pressed statesDark mode accentsSecondary text
800
000B
#000B80
Text on light backgroundsHeadingsStrong borders
900
0007
#000752
Primary textHigh emphasis contentDark headings
950
0004
#000433
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F1FF;
  --blue-100: #DBDEFF;
  --blue-200: #BDC2FF;
  --blue-300: #8A93FF;
  --blue-400: #4D5BFF;
  --blue-500: #1A2DFF;
  --blue-600: #0013E0;
  --blue-700: #000FB3;
  --blue-800: #000B80;
  --blue-900: #000752;
  --blue-950: #000433;
}
Generate More ShadesCreate PaletteConvert Color