Navy
#0B054D
BlueColor Codes
All color formats for development
HEX
#0B054DRGB
rgb(11, 5, 77)HSL
hsl(245, 88%, 16%)OKLCH
oklch(0.206 0.121 272.2)CMYK
cmyk(86%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0445
2#09043D
3#080336
4#07032E
5#050226
6#04021F
7#030117
8#02010F
9#010008
Tints
Lighter variations
1#110775
2#160A9D
3#1C0DC6
4#220FEE
5#4536F2
6#6A5EF5
7#9086F7
8#B5AEFA
9#DAD7FC
Tones
Muted variations
1#0E0849
2#110C46
3#141042
4#17133E
5#1A173B
6#1D1A37
7#201E34
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C6C1FB;
--navy-300: #9991F8;
--navy-400: #6457F4;
--navy-500: #3827F1;
--navy-600: #1E0DD3;
--navy-700: #180BA8;
--navy-800: #110878;
--navy-900: #0B054D;
--navy-950: #070330;
}