Blue

#0316DD

Blue

Color Codes

All color formats for development

HEX
#0316DD
RGB
rgb(3, 22, 221)
HSL
hsl(235, 97%, 44%)
OKLCH
oklch(0.417 0.274 264.4)
CMYK
cmyk(99%, 90%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

9.71:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DCDF
200
#BEC3
300
#8B95
400
#4F5E
500
#1D2F
600
#0316
700
#0311
800
#020C
900
#0108
950
#0105

Shades

Darker variations

1#0313C7
2#0311B1
3#020F9B
4#020D85
5#020B6F
6#010958
7#010642
8#01042C
9#000216

Tints

Lighter variations

1#0418F9
2#1E30FC
3#3A4AFC
4#5664FC
5#727EFD
6#8E98FD
7#ABB2FE
8#C7CBFE
9#E3E5FF

Tones

Muted variations

1#0E1FD2
2#1928C7
3#2431BC
4#2F3AB2
5#3A43A7
6#454C9C
7#505591
8#5A5E86
9#65677B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDF
#DCDFFE
Light backgroundsTable row hoverSkeleton loading
200
BEC3
#BEC3FE
Secondary backgroundsInput backgroundsDividers
300
8B95
#8B95FD
BordersInactive statesPlaceholder text
400
4F5E
#4F5EFC
Disabled statesSecondary iconsMuted text
500
1D2F
#1D2FFC
Primary brand colorCTAsActive elementsLinks
600
0316
#0316DD
Hover statesFocus ringsPrimary buttons hover
700
0311
#0311B0
Active/pressed statesDark mode accentsSecondary text
800
020C
#020C7E
Text on light backgroundsHeadingsStrong borders
900
0108
#010850
Primary textHigh emphasis contentDark headings
950
0105
#010532
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F1FF;
  --blue-100: #DCDFFE;
  --blue-200: #BEC3FE;
  --blue-300: #8B95FD;
  --blue-400: #4F5EFC;
  --blue-500: #1D2FFC;
  --blue-600: #0316DD;
  --blue-700: #0311B0;
  --blue-800: #020C7E;
  --blue-900: #010850;
  --blue-950: #010532;
}
Generate More ShadesCreate PaletteConvert Color