Navy

#0D1245

Blue

Color Codes

All color formats for development

HEX
#0D1245
RGB
rgb(13, 18, 69)
HSL
hsl(235, 68%, 16%)
OKLCH
oklch(0.219 0.094 271.6)
CMYK
cmyk(81%, 74%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

17.65:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C7CB
300
#9CA3
400
#6973
500
#3E4B
600
#2431
700
#1D27
800
#141C
900
#0D12
950
#080B

Shades

Darker variations

1#0C103E
2#0A0E37
3#090C30
4#080B29
5#070922
6#05071B
7#040515
8#03040E
9#010207

Tints

Lighter variations

1#141B69
2#1B248D
3#222EB1
4#2837D4
5#4B57DD
6#6F79E4
7#939AEA
8#B7BCF1
9#DBDDF8

Tones

Muted variations

1#101442
2#13163F
3#15193C
4#181B39
5#1B1D37
6#1E2034
7#202231
8#23242E
9#26262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3F9
Light backgroundsTable row hoverSkeleton loading
200
C7CB
#C7CBF4
Secondary backgroundsInput backgroundsDividers
300
9CA3
#9CA3EC
BordersInactive statesPlaceholder text
400
6973
#6973E2
Disabled statesSecondary iconsMuted text
500
3E4B
#3E4BDA
Primary brand colorCTAsActive elementsLinks
600
2431
#2431BC
Hover statesFocus ringsPrimary buttons hover
700
1D27
#1D2796
Active/pressed statesDark mode accentsSecondary text
800
141C
#141C6B
Text on light backgroundsHeadingsStrong borders
900
0D12
#0D1245
Primary textHigh emphasis contentDark headings
950
080B
#080B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F3FD;
  --navy-100: #E1E3F9;
  --navy-200: #C7CBF4;
  --navy-300: #9CA3EC;
  --navy-400: #6973E2;
  --navy-500: #3E4BDA;
  --navy-600: #2431BC;
  --navy-700: #1D2796;
  --navy-800: #141C6B;
  --navy-900: #0D1245;
  --navy-950: #080B2B;
}
Generate More ShadesCreate PaletteConvert Color