Navy

#0B0B75

Blue

Color Codes

All color formats for development

HEX
#0B0B75
RGB
rgb(11, 11, 117)
HSL
hsl(240, 83%, 25%)
OKLCH
oklch(0.269 0.166 267.8)
CMYK
cmyk(91%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

15.92:1

AA AAA

On Black Background

1.32: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#0A0A69
2#09095D
3#080852
4#070746
5#05053A
6#04042F
7#030323
8#020217
9#01010C

Tints

Lighter variations

1#0E0E98
2#1111BB
3#1515DE
4#2D2DEB
5#5050EF
6#7373F2
7#9696F5
8#B9B9F8
9#DCDCFC

Tones

Muted variations

1#10106F
2#15156A
3#1B1B65
4#20205F
5#25255A
6#2B2B55
7#303050
8#35354A
9#3A3A45

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