Navy

#0F0B74

Blue

Color Codes

All color formats for development

HEX
#0F0B74
RGB
rgb(15, 11, 116)
HSL
hsl(242, 83%, 25%)
OKLCH
oklch(0.27 0.164 269.3)
CMYK
cmyk(87%, 91%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.90: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
#DFDE
200
#C4C2
300
#9794
400
#615C
500
#332D
600
#1913
700
#140F
800
#0E0B
900
#0907
950
#0604

Shades

Darker variations

1#0D0A69
2#0B095D
3#0A0852
4#090746
5#07053A
6#06042F
7#040323
8#030217
9#01010C

Tints

Lighter variations

1#130E98
2#1711BB
3#1B15DE
4#332DEB
5#5550EF
6#7773F2
7#9996F5
8#BBB9F8
9#DDDCFC

Tones

Muted variations

1#13106F
2#18156A
3#1D1B65
4#22205F
5#27255A
6#2C2B55
7#313050
8#36354A
9#3B3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C4C2
#C4C2F9
Secondary backgroundsInput backgroundsDividers
300
9794
#9794F5
BordersInactive statesPlaceholder text
400
615C
#615CF0
Disabled statesSecondary iconsMuted text
500
332D
#332DEB
Primary brand colorCTAsActive elementsLinks
600
1913
#1913CD
Hover statesFocus ringsPrimary buttons hover
700
140F
#140FA3
Active/pressed statesDark mode accentsSecondary text
800
0E0B
#0E0B75
Text on light backgroundsHeadingsStrong borders
900
0907
#09074B
Primary textHigh emphasis contentDark headings
950
0604
#06042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DFDEFC;
  --navy-200: #C4C2F9;
  --navy-300: #9794F5;
  --navy-400: #615CF0;
  --navy-500: #332DEB;
  --navy-600: #1913CD;
  --navy-700: #140FA3;
  --navy-800: #0E0B75;
  --navy-900: #09074B;
  --navy-950: #06042F;
}
Generate More ShadesCreate PaletteConvert Color