Navy

#0B0A76

Blue

Color Codes

All color formats for development

HEX
#0B0A76
RGB
rgb(11, 10, 118)
HSL
hsl(241, 84%, 25%)
OKLCH
oklch(0.27 0.168 267.7)
CMYK
cmyk(91%, 92%, 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
#DFDE
200
#C3C2
300
#9593
400
#5D5B
500
#2F2C
600
#1512
700
#110E
800
#0C0A
900
#0807
950
#0504

Shades

Darker variations

1#0B096A
2#0A085E
3#080752
4#070646
5#06053B
6#05042F
7#040323
8#020217
9#01010C

Tints

Lighter variations

1#100D98
2#1310BC
3#1713DF
4#2F2CED
5#524FF0
6#7472F3
7#9795F6
8#BAB9F9
9#DCDCFC

Tones

Muted variations

1#111070
2#16156B
3#1C1A65
4#212060
5#26255B
6#2B2A55
7#303050
8#35354A
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
C3C2
#C3C2FA
Secondary backgroundsInput backgroundsDividers
300
9593
#9593F6
BordersInactive statesPlaceholder text
400
5D5B
#5D5BF1
Disabled statesSecondary iconsMuted text
500
2F2C
#2F2CED
Primary brand colorCTAsActive elementsLinks
600
1512
#1512CE
Hover statesFocus ringsPrimary buttons hover
700
110E
#110EA4
Active/pressed statesDark mode accentsSecondary text
800
0C0A
#0C0A75
Text on light backgroundsHeadingsStrong borders
900
0807
#08074B
Primary textHigh emphasis contentDark headings
950
0504
#05042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DFDEFC;
  --navy-200: #C3C2FA;
  --navy-300: #9593F6;
  --navy-400: #5D5BF1;
  --navy-500: #2F2CED;
  --navy-600: #1512CE;
  --navy-700: #110EA4;
  --navy-800: #0C0A75;
  --navy-900: #08074B;
  --navy-950: #05042F;
}
Generate More ShadesCreate PaletteConvert Color