Navy

#07174B

Blue

Color Codes

All color formats for development

HEX
#07174B
RGB
rgb(7, 23, 75)
HSL
hsl(226, 83%, 16%)
OKLCH
oklch(0.233 0.099 265.5)
CMYK
cmyk(91%, 69%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.03:1

AA AAA

On Black Background

1.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C2CF
300
#94AA
400
#5C7E
500
#2D59
600
#133F
700
#0F32
800
#0B24
900
#0717
950
#040E

Shades

Darker variations

1#061443
2#06123C
3#051034
4#040E2D
5#030B25
6#03091E
7#020716
8#01050F
9#010207

Tints

Lighter variations

1#0B2372
2#0E2F99
3#123BC0
4#1646E7
5#3B64ED
6#6283F0
7#89A2F4
8#B1C1F8
9#D8E0FB

Tones

Muted variations

1#0A1947
2#0E1A44
3#111C41
4#141E3D
5#18203A
6#1B2236
7#1F2333
8#222530
9#25272C

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
C2CF
#C2CFF9
Secondary backgroundsInput backgroundsDividers
300
94AA
#94AAF5
BordersInactive statesPlaceholder text
400
5C7E
#5C7EF0
Disabled statesSecondary iconsMuted text
500
2D59
#2D59EB
Primary brand colorCTAsActive elementsLinks
600
133F
#133FCD
Hover statesFocus ringsPrimary buttons hover
700
0F32
#0F32A3
Active/pressed statesDark mode accentsSecondary text
800
0B24
#0B2475
Text on light backgroundsHeadingsStrong borders
900
0717
#07174B
Primary textHigh emphasis contentDark headings
950
040E
#040E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F4FE;
  --navy-100: #DEE5FC;
  --navy-200: #C2CFF9;
  --navy-300: #94AAF5;
  --navy-400: #5C7EF0;
  --navy-500: #2D59EB;
  --navy-600: #133FCD;
  --navy-700: #0F32A3;
  --navy-800: #0B2475;
  --navy-900: #07174B;
  --navy-950: #040E2F;
}
Generate More ShadesCreate PaletteConvert Color