Navy

#0D2272

Blue

Color Codes

All color formats for development

HEX
#0D2272
RGB
rgb(13, 34, 114)
HSL
hsl(228, 80%, 25%)
OKLCH
oklch(0.3 0.139 266)
CMYK
cmyk(89%, 70%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.10: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
#DFE5
200
#C3CE
300
#95A8
400
#5E7B
500
#3055
600
#163A
700
#122E
800
#0D21
900
#0815
950
#050D

Shades

Darker variations

1#0B1E67
2#0A1B5C
3#091750
4#081445
5#061139
6#050D2E
7#040A22
8#030717
9#01030B

Tints

Lighter variations

1#112B95
2#1435B8
3#183FDA
4#3055E8
5#5371EC
6#758EF0
7#98AAF4
8#BAC6F7
9#DDE3FB

Tones

Muted variations

1#12246E
2#172769
3#1C2A63
4#212D5E
5#263059
6#2B3454
7#30374F
8#363A4A
9#3B3D45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE5
#DFE5FB
Light backgroundsTable row hoverSkeleton loading
200
C3CE
#C3CEF8
Secondary backgroundsInput backgroundsDividers
300
95A8
#95A8F3
BordersInactive statesPlaceholder text
400
5E7B
#5E7BED
Disabled statesSecondary iconsMuted text
500
3055
#3055E8
Primary brand colorCTAsActive elementsLinks
600
163A
#163ACA
Hover statesFocus ringsPrimary buttons hover
700
122E
#122EA1
Active/pressed statesDark mode accentsSecondary text
800
0D21
#0D2173
Text on light backgroundsHeadingsStrong borders
900
0815
#081549
Primary textHigh emphasis contentDark headings
950
050D
#050D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F4FD;
  --navy-100: #DFE5FB;
  --navy-200: #C3CEF8;
  --navy-300: #95A8F3;
  --navy-400: #5E7BED;
  --navy-500: #3055E8;
  --navy-600: #163ACA;
  --navy-700: #122EA1;
  --navy-800: #0D2173;
  --navy-900: #081549;
  --navy-950: #050D2E;
}
Generate More ShadesCreate PaletteConvert Color