Blue

#0416DC

Blue

Color Codes

All color formats for development

HEX
#0416DC
RGB
rgb(4, 22, 220)
HSL
hsl(235, 96%, 44%)
OKLCH
oklch(0.415 0.273 264.5)
CMYK
cmyk(98%, 90%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

9.75:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DCDF
200
#BEC3
300
#8C95
400
#505E
500
#1E30
600
#0416
700
#0412
800
#030D
900
#0208
950
#0105

Shades

Darker variations

1#0414C6
2#0412B0
3#03109A
4#030D84
5#020B6E
6#020958
7#010742
8#01042C
9#000216

Tints

Lighter variations

1#0519F8
2#1F31FA
3#3B4BFB
4#5765FC
5#737EFC
6#8F98FD
7#ABB2FD
8#C7CCFE
9#E3E5FE

Tones

Muted variations

1#0F1FD1
2#1A28C6
3#2531BC
4#303AB1
5#3A43A6
6#454C9B
7#505591
8#5B5E86
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
8C95
#8C95FD
BordersInactive statesPlaceholder text
400
505E
#505EFB
Disabled statesSecondary iconsMuted text
500
1E30
#1E30FA
Primary brand colorCTAsActive elementsLinks
600
0416
#0416DC
Hover statesFocus ringsPrimary buttons hover
700
0412
#0412AF
Active/pressed statesDark mode accentsSecondary text
800
030D
#030D7D
Text on light backgroundsHeadingsStrong borders
900
0208
#020850
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: #8C95FD;
  --blue-400: #505EFB;
  --blue-500: #1E30FA;
  --blue-600: #0416DC;
  --blue-700: #0412AF;
  --blue-800: #030D7D;
  --blue-900: #020850;
  --blue-950: #010532;
}
Generate More ShadesCreate PaletteConvert Color