Navy

#07074A

Blue

Color Codes

All color formats for development

HEX
#07074A
RGB
rgb(7, 7, 74)
HSL
hsl(240, 83%, 16%)
OKLCH
oklch(0.202 0.116 269.6)
CMYK
cmyk(91%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

18.45:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDE
200
#C2C2
300
#9494
400
#5C5C
500
#2D2D
600
#1313
700
#0F0F
800
#0B0B
900
#0707
950
#0404

Shades

Darker variations

1#060643
2#06063C
3#050534
4#04042D
5#030325
6#03031E
7#020216
8#01010F
9#010107

Tints

Lighter variations

1#0B0B72
2#0E0E99
3#1212C0
4#1616E7
5#3B3BED
6#6262F0
7#8989F4
8#B1B1F8
9#D8D8FB

Tones

Muted variations

1#0A0A47
2#0E0E44
3#111141
4#14143D
5#18183A
6#1B1B36
7#1F1F33
8#222230
9#25252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDE
#DEDEFC
Light backgroundsTable row hoverSkeleton loading
200
C2C2
#C2C2F9
Secondary backgroundsInput backgroundsDividers
300
9494
#9494F5
BordersInactive statesPlaceholder text
400
5C5C
#5C5CF0
Disabled statesSecondary iconsMuted text
500
2D2D
#2D2DEB
Primary brand colorCTAsActive elementsLinks
600
1313
#1313CD
Hover statesFocus ringsPrimary buttons hover
700
0F0F
#0F0FA3
Active/pressed statesDark mode accentsSecondary text
800
0B0B
#0B0B75
Text on light backgroundsHeadingsStrong borders
900
0707
#07074B
Primary textHigh emphasis contentDark headings
950
0404
#04042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DEDEFC;
  --navy-200: #C2C2F9;
  --navy-300: #9494F5;
  --navy-400: #5C5CF0;
  --navy-500: #2D2DEB;
  --navy-600: #1313CD;
  --navy-700: #0F0FA3;
  --navy-800: #0B0B75;
  --navy-900: #07074B;
  --navy-950: #04042F;
}
Generate More ShadesCreate PaletteConvert Color