Navy

#0F2B70

Blue

Color Codes

All color formats for development

HEX
#0F2B70
RGB
rgb(15, 43, 112)
HSL
hsl(223, 76%, 25%)
OKLCH
oklch(0.317 0.124 263.9)
CMYK
cmyk(87%, 62%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.13:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E7
200
#C5D3
300
#98B1
400
#6288
500
#3566
600
#1B4B
700
#153C
800
#0F2B
900
#0A1B
950
#0611

Shades

Darker variations

1#0E2665
2#0C225A
3#0B1E4F
4#091A43
5#081538
6#06112D
7#050D22
8#030916
9#02040B

Tints

Lighter variations

1#143892
2#1844B4
3#1D51D5
4#3566E3
5#5780E8
6#7899ED
7#9AB3F1
8#BCCCF6
9#DDE6FA

Tones

Muted variations

1#142D6B
2#192F67
3#1E3162
4#23335D
5#283558
6#2C3753
7#31394E
8#363C49
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E7
#E0E7FB
Light backgroundsTable row hoverSkeleton loading
200
C5D3
#C5D3F7
Secondary backgroundsInput backgroundsDividers
300
98B1
#98B1F1
BordersInactive statesPlaceholder text
400
6288
#6288EA
Disabled statesSecondary iconsMuted text
500
3566
#3566E3
Primary brand colorCTAsActive elementsLinks
600
1B4B
#1B4BC5
Hover statesFocus ringsPrimary buttons hover
700
153C
#153C9D
Active/pressed statesDark mode accentsSecondary text
800
0F2B
#0F2B70
Text on light backgroundsHeadingsStrong borders
900
0A1B
#0A1B48
Primary textHigh emphasis contentDark headings
950
0611
#06112D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F5FD;
  --navy-100: #E0E7FB;
  --navy-200: #C5D3F7;
  --navy-300: #98B1F1;
  --navy-400: #6288EA;
  --navy-500: #3566E3;
  --navy-600: #1B4BC5;
  --navy-700: #153C9D;
  --navy-800: #0F2B70;
  --navy-900: #0A1B48;
  --navy-950: #06112D;
}
Generate More ShadesCreate PaletteConvert Color