Navy

#0C00B3

Blue

Color Codes

All color formats for development

HEX
#0C00B3
RGB
rgb(12, 0, 179)
HSL
hsl(244, 100%, 35%)
OKLCH
oklch(0.349 0.238 265.8)
CMYK
cmyk(93%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

12.60:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DEDB
200
#C1BD
300
#928A
400
#584D
500
#291A
600
#0F00
700
#0C00
800
#0800
900
#0500
950
#0300

Shades

Darker variations

1#0B00A1
2#0A008F
3#08007D
4#07006B
5#060059
6#050047
7#040036
8#020024
9#010012

Tints

Lighter variations

1#0E00D4
2#1000F5
3#2617FF
4#4538FF
5#6459FF
6#837AFF
7#A29CFF
8#C1BDFF
9#E0DEFF

Tones

Muted variations

1#1409AA
2#1B12A1
3#231B98
4#2B248F
5#332D86
6#3A367D
7#423E74
8#4A476B
9#525062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DEDB
#DEDBFF
Light backgroundsTable row hoverSkeleton loading
200
C1BD
#C1BDFF
Secondary backgroundsInput backgroundsDividers
300
928A
#928AFF
BordersInactive statesPlaceholder text
400
584D
#584DFF
Disabled statesSecondary iconsMuted text
500
291A
#291AFF
Primary brand colorCTAsActive elementsLinks
600
0F00
#0F00E0
Hover statesFocus ringsPrimary buttons hover
700
0C00
#0C00B3
Active/pressed statesDark mode accentsSecondary text
800
0800
#080080
Text on light backgroundsHeadingsStrong borders
900
0500
#050052
Primary textHigh emphasis contentDark headings
950
0300
#030033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DEDBFF;
  --navy-200: #C1BDFF;
  --navy-300: #928AFF;
  --navy-400: #584DFF;
  --navy-500: #291AFF;
  --navy-600: #0F00E0;
  --navy-700: #0C00B3;
  --navy-800: #080080;
  --navy-900: #050052;
  --navy-950: #030033;
}
Generate More ShadesCreate PaletteConvert Color