Navy

#0A2176

Blue

Color Codes

All color formats for development

HEX
#0A2176
RGB
rgb(10, 33, 118)
HSL
hsl(227, 84%, 25%)
OKLCH
oklch(0.302 0.147 265.4)
CMYK
cmyk(92%, 72%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

14.07:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CE
300
#93A8
400
#5B7B
500
#2C56
600
#123B
700
#0E2F
800
#0A21
900
#0715
950
#040D

Shades

Darker variations

1#091E6A
2#081B5E
3#071752
4#061446
5#05113B
6#040D2F
7#030A23
8#020717
9#01030C

Tints

Lighter variations

1#0D2B98
2#1035BC
3#133FDF
4#2C56ED
5#4F72F0
6#728EF3
7#95AAF6
8#B9C7F9
9#DCE3FC

Tones

Muted variations

1#102470
2#15276B
3#1A2B65
4#202E60
5#25315B
6#2A3455
7#303750
8#353A4A
9#3A3D45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FC
Light backgroundsTable row hoverSkeleton loading
200
C2CE
#C2CEFA
Secondary backgroundsInput backgroundsDividers
300
93A8
#93A8F6
BordersInactive statesPlaceholder text
400
5B7B
#5B7BF1
Disabled statesSecondary iconsMuted text
500
2C56
#2C56ED
Primary brand colorCTAsActive elementsLinks
600
123B
#123BCE
Hover statesFocus ringsPrimary buttons hover
700
0E2F
#0E2FA4
Active/pressed statesDark mode accentsSecondary text
800
0A21
#0A2175
Text on light backgroundsHeadingsStrong borders
900
0715
#07154B
Primary textHigh emphasis contentDark headings
950
040D
#040D2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F4FE;
  --navy-100: #DEE5FC;
  --navy-200: #C2CEFA;
  --navy-300: #93A8F6;
  --navy-400: #5B7BF1;
  --navy-500: #2C56ED;
  --navy-600: #123BCE;
  --navy-700: #0E2FA4;
  --navy-800: #0A2175;
  --navy-900: #07154B;
  --navy-950: #040D2F;
}
Generate More ShadesCreate PaletteConvert Color