Navy

#0D2F72

Blue

Color Codes

All color formats for development

HEX
#0D2F72
RGB
rgb(13, 47, 114)
HSL
hsl(220, 80%, 25%)
OKLCH
oklch(0.327 0.122 262)
CMYK
cmyk(89%, 59%, 0%, 55%)

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
#F1F5
100
#DFE8
200
#C3D5
300
#95B5
400
#5E8E
500
#306E
600
#1652
700
#1241
800
#0D2F
900
#081E
950
#0513

Shades

Darker variations

1#0B2A67
2#0A255C
3#092150
4#081C45
5#061739
6#05132E
7#040E22
8#030917
9#01050B

Tints

Lighter variations

1#113D95
2#144BB8
3#1859DA
4#306EE8
5#5386EC
6#759EF0
7#98B6F4
8#BACFF7
9#DDE7FB

Tones

Muted variations

1#12306E
2#173269
3#1C3463
4#21365E
5#263759
6#2B3954
7#303B4F
8#363C4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE8
#DFE8FB
Light backgroundsTable row hoverSkeleton loading
200
C3D5
#C3D5F8
Secondary backgroundsInput backgroundsDividers
300
95B5
#95B5F3
BordersInactive statesPlaceholder text
400
5E8E
#5E8EED
Disabled statesSecondary iconsMuted text
500
306E
#306EE8
Primary brand colorCTAsActive elementsLinks
600
1652
#1652CA
Hover statesFocus ringsPrimary buttons hover
700
1241
#1241A1
Active/pressed statesDark mode accentsSecondary text
800
0D2F
#0D2F73
Text on light backgroundsHeadingsStrong borders
900
081E
#081E49
Primary textHigh emphasis contentDark headings
950
0513
#05132E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F5FD;
  --navy-100: #DFE8FB;
  --navy-200: #C3D5F8;
  --navy-300: #95B5F3;
  --navy-400: #5E8EED;
  --navy-500: #306EE8;
  --navy-600: #1652CA;
  --navy-700: #1241A1;
  --navy-800: #0D2F73;
  --navy-900: #081E49;
  --navy-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color