Navy

#0B0BA8

Blue

Color Codes

All color formats for development

HEX
#0B0BA8
RGB
rgb(11, 11, 168)
HSL
hsl(240, 88%, 35%)
OKLCH
oklch(0.34 0.223 265.9)
CMYK
cmyk(93%, 93%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

12.90:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C1C1
300
#9191
400
#5757
500
#2727
600
#0D0D
700
#0B0B
800
#0808
900
#0505
950
#0303

Shades

Darker variations

1#0A0A97
2#090986
3#070775
4#060665
5#050554
6#040443
7#030332
8#020222
9#010111

Tints

Lighter variations

1#0D0DC7
2#0F0FE6
3#2525F1
4#4444F3
5#6363F5
6#8282F7
7#A2A2F9
8#C1C1FB
9#E0E0FD

Tones

Muted variations

1#1313A0
2#1A1A98
3#222290
4#2A2A88
5#323281
6#3A3A79
7#424271
8#4A4A69
9#515161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FB
Secondary backgroundsInput backgroundsDividers
300
9191
#9191F8
BordersInactive statesPlaceholder text
400
5757
#5757F4
Disabled statesSecondary iconsMuted text
500
2727
#2727F1
Primary brand colorCTAsActive elementsLinks
600
0D0D
#0D0DD3
Hover statesFocus ringsPrimary buttons hover
700
0B0B
#0B0BA8
Active/pressed statesDark mode accentsSecondary text
800
0808
#080878
Text on light backgroundsHeadingsStrong borders
900
0505
#05054D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DDDDFD;
  --navy-200: #C1C1FB;
  --navy-300: #9191F8;
  --navy-400: #5757F4;
  --navy-500: #2727F1;
  --navy-600: #0D0DD3;
  --navy-700: #0B0BA8;
  --navy-800: #080878;
  --navy-900: #05054D;
  --navy-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color