Blue

#0C0CD4

Blue

Color Codes

All color formats for development

HEX
#0C0CD4
RGB
rgb(12, 12, 212)
HSL
hsl(240, 89%, 44%)
OKLCH
oklch(0.4 0.267 265.3)
CMYK
cmyk(94%, 94%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

10.40:1

AA AAA

On Black Background

2.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C0C0
300
#9090
400
#5656
500
#2626
600
#0C0C
700
#0A0A
800
#0707
900
#0404
950
#0303

Shades

Darker variations

1#0B0BBF
2#0A0AAA
3#090994
4#07077F
5#06066A
6#050555
7#040440
8#02022A
9#010115

Tints

Lighter variations

1#0E0EEF
2#2727F2
3#4242F4
4#5D5DF6
5#7878F7
6#9393F9
7#AEAEFA
8#C9C9FC
9#E4E4FD

Tones

Muted variations

1#1616CA
2#2020C0
3#2A2AB6
4#3434AC
5#3E3EA2
6#484898
7#52528E
8#5C5C84
9#66667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C0C0
#C0C0FB
Secondary backgroundsInput backgroundsDividers
300
9090
#9090F9
BordersInactive statesPlaceholder text
400
5656
#5656F5
Disabled statesSecondary iconsMuted text
500
2626
#2626F2
Primary brand colorCTAsActive elementsLinks
600
0C0C
#0C0CD4
Hover statesFocus ringsPrimary buttons hover
700
0A0A
#0A0AA9
Active/pressed statesDark mode accentsSecondary text
800
0707
#070778
Text on light backgroundsHeadingsStrong borders
900
0404
#04044D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F1FE;
  --blue-100: #DDDDFD;
  --blue-200: #C0C0FB;
  --blue-300: #9090F9;
  --blue-400: #5656F5;
  --blue-500: #2626F2;
  --blue-600: #0C0CD4;
  --blue-700: #0A0AA9;
  --blue-800: #070778;
  --blue-900: #04044D;
  --blue-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color