Navy

#0D0D73

Blue

Color Codes

All color formats for development

HEX
#0D0D73
RGB
rgb(13, 13, 115)
HSL
hsl(240, 80%, 25%)
OKLCH
oklch(0.269 0.162 268.5)
CMYK
cmyk(89%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.88: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
#DFDF
200
#C3C3
300
#9595
400
#5E5E
500
#3030
600
#1616
700
#1212
800
#0D0D
900
#0808
950
#0505

Shades

Darker variations

1#0B0B67
2#0A0A5C
3#090950
4#080845
5#060639
6#05052E
7#040422
8#030317
9#01010B

Tints

Lighter variations

1#111195
2#1414B8
3#1818DA
4#3030E8
5#5353EC
6#7575F0
7#9898F4
8#BABAF7
9#DDDDFB

Tones

Muted variations

1#12126E
2#171769
3#1C1C63
4#21215E
5#262659
6#2B2B54
7#30304F
8#36364A
9#3B3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FD
BackgroundsSubtle highlightsCard backgrounds
100
DFDF
#DFDFFB
Light backgroundsTable row hoverSkeleton loading
200
C3C3
#C3C3F8
Secondary backgroundsInput backgroundsDividers
300
9595
#9595F3
BordersInactive statesPlaceholder text
400
5E5E
#5E5EED
Disabled statesSecondary iconsMuted text
500
3030
#3030E8
Primary brand colorCTAsActive elementsLinks
600
1616
#1616CA
Hover statesFocus ringsPrimary buttons hover
700
1212
#1212A1
Active/pressed statesDark mode accentsSecondary text
800
0D0D
#0D0D73
Text on light backgroundsHeadingsStrong borders
900
0808
#080849
Primary textHigh emphasis contentDark headings
950
0505
#05052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FD;
  --navy-100: #DFDFFB;
  --navy-200: #C3C3F8;
  --navy-300: #9595F3;
  --navy-400: #5E5EED;
  --navy-500: #3030E8;
  --navy-600: #1616CA;
  --navy-700: #1212A1;
  --navy-800: #0D0D73;
  --navy-900: #080849;
  --navy-950: #05052E;
}
Generate More ShadesCreate PaletteConvert Color