Navy

#07084B

Blue

Color Codes

All color formats for development

HEX
#07084B
RGB
rgb(7, 8, 75)
HSL
hsl(239, 83%, 16%)
OKLCH
oklch(0.205 0.117 269.3)
CMYK
cmyk(91%, 89%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

18.33:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDF
200
#C2C3
300
#9495
400
#5C5E
500
#2D30
600
#1316
700
#0F12
800
#0B0D
900
#0708
950
#0405

Shades

Darker variations

1#060743
2#06063C
3#050634
4#04052D
5#030425
6#03031E
7#020216
8#01020F
9#010107

Tints

Lighter variations

1#0B0C72
2#0E1199
3#1215C0
4#1619E7
5#3B3EED
6#6265F0
7#898BF4
8#B1B2F8
9#D8D8FB

Tones

Muted variations

1#0A0B47
2#0E0F44
3#111241
4#14153D
5#18183A
6#1B1C36
7#1F1F33
8#222230
9#25262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDF
#DEDFFC
Light backgroundsTable row hoverSkeleton loading
200
C2C3
#C2C3F9
Secondary backgroundsInput backgroundsDividers
300
9495
#9495F5
BordersInactive statesPlaceholder text
400
5C5E
#5C5EF0
Disabled statesSecondary iconsMuted text
500
2D30
#2D30EB
Primary brand colorCTAsActive elementsLinks
600
1316
#1316CD
Hover statesFocus ringsPrimary buttons hover
700
0F12
#0F12A3
Active/pressed statesDark mode accentsSecondary text
800
0B0D
#0B0D75
Text on light backgroundsHeadingsStrong borders
900
0708
#07084B
Primary textHigh emphasis contentDark headings
950
0405
#04052F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DEDFFC;
  --navy-200: #C2C3F9;
  --navy-300: #9495F5;
  --navy-400: #5C5EF0;
  --navy-500: #2D30EB;
  --navy-600: #1316CD;
  --navy-700: #0F12A3;
  --navy-800: #0B0D75;
  --navy-900: #07084B;
  --navy-950: #04052F;
}
Generate More ShadesCreate PaletteConvert Color