Navy

#050F7A

Blue

Color Codes

All color formats for development

HEX
#050F7A
RGB
rgb(5, 15, 122)
HSL
hsl(235, 92%, 25%)
OKLCH
oklch(0.278 0.17 265.7)
CMYK
cmyk(96%, 88%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

15.49:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DDDF
200
#BFC4
300
#8E97
400
#5461
500
#2334
600
#091A
700
#0715
800
#050F
900
#030A
950
#0206

Shades

Darker variations

1#050D6E
2#040C62
3#040A56
4#030949
5#03073D
6#020631
7#020425
8#010318
9#01010C

Tints

Lighter variations

1#07139F
2#0818C4
3#0A1CE9
4#2334F6
5#4756F7
6#6C78F9
7#919AFA
8#B6BBFC
9#DADDFD

Tones

Muted variations

1#0B1475
2#11196F
3#171E69
4#1D2263
5#22275D
6#282C57
7#2E3151
8#34364B
9#3A3B46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDF
#DDDFFE
Light backgroundsTable row hoverSkeleton loading
200
BFC4
#BFC4FC
Secondary backgroundsInput backgroundsDividers
300
8E97
#8E97FA
BordersInactive statesPlaceholder text
400
5461
#5461F8
Disabled statesSecondary iconsMuted text
500
2334
#2334F6
Primary brand colorCTAsActive elementsLinks
600
091A
#091AD7
Hover statesFocus ringsPrimary buttons hover
700
0715
#0715AB
Active/pressed statesDark mode accentsSecondary text
800
050F
#050F7A
Text on light backgroundsHeadingsStrong borders
900
030A
#030A4E
Primary textHigh emphasis contentDark headings
950
0206
#020631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F1FE;
  --navy-100: #DDDFFE;
  --navy-200: #BFC4FC;
  --navy-300: #8E97FA;
  --navy-400: #5461F8;
  --navy-500: #2334F6;
  --navy-600: #091AD7;
  --navy-700: #0715AB;
  --navy-800: #050F7A;
  --navy-900: #030A4E;
  --navy-950: #020631;
}
Generate More ShadesCreate PaletteConvert Color