Navy

#0C19A6

Blue

Color Codes

All color formats for development

HEX
#0C19A6
RGB
rgb(12, 25, 166)
HSL
hsl(235, 87%, 35%)
OKLCH
oklch(0.349 0.212 266)
CMYK
cmyk(93%, 85%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

12.31:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE0
200
#C1C6
300
#919A
400
#5865
500
#2839
600
#0F1F
700
#0C19
800
#0812
900
#050B
950
#0307

Shades

Darker variations

1#0A1696
2#091486
3#081175
4#070F64
5#060C53
6#050A43
7#030732
8#020521
9#010211

Tints

Lighter variations

1#0E1DC6
2#1022E5
3#2637F0
4#4553F2
5#6470F4
6#838DF6
7#A2A9F9
8#C1C6FB
9#E0E2FD

Tones

Muted variations

1#131F9F
2#1B2597
3#232C90
4#2B3288
5#323980
6#3A3F78
7#424671
8#4A4C69
9#515361

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE0
#DEE0FD
Light backgroundsTable row hoverSkeleton loading
200
C1C6
#C1C6FB
Secondary backgroundsInput backgroundsDividers
300
919A
#919AF7
BordersInactive statesPlaceholder text
400
5865
#5865F3
Disabled statesSecondary iconsMuted text
500
2839
#2839F0
Primary brand colorCTAsActive elementsLinks
600
0F1F
#0F1FD2
Hover statesFocus ringsPrimary buttons hover
700
0C19
#0C19A7
Active/pressed statesDark mode accentsSecondary text
800
0812
#081277
Text on light backgroundsHeadingsStrong borders
900
050B
#050B4C
Primary textHigh emphasis contentDark headings
950
0307
#030730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FE;
  --navy-100: #DEE0FD;
  --navy-200: #C1C6FB;
  --navy-300: #919AF7;
  --navy-400: #5865F3;
  --navy-500: #2839F0;
  --navy-600: #0F1FD2;
  --navy-700: #0C19A7;
  --navy-800: #081277;
  --navy-900: #050B4C;
  --navy-950: #030730;
}
Generate More ShadesCreate PaletteConvert Color