Navy
#0B064B
BlueColor Codes
All color formats for development
HEX
#0B064BRGB
rgb(11, 6, 75)HSL
hsl(244, 85%, 16%)OKLCH
oklch(0.205 0.118 272.4)CMYK
cmyk(85%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0644
2#09053C
3#080435
4#06042D
5#050326
6#04021E
7#030217
8#02010F
9#010108
Tints
Lighter variations
1#100973
2#160D9B
3#1C10C2
4#2113EA
5#4539EF
6#6A60F2
7#8F88F5
8#B5B0F9
9#DAD7FC
Tones
Muted variations
1#0E0A48
2#110D45
3#141141
4#17143E
5#1A173A
6#1D1B37
7#201E33
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 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9992 #9992F6 | BordersInactive statesPlaceholder text |
| 400 | 645A #645AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 382B #382BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E11 #1E11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180D #180DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B06 #0B064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C5C2FA;
--navy-300: #9992F6;
--navy-400: #645AF2;
--navy-500: #382BEE;
--navy-600: #1E11D0;
--navy-700: #180DA5;
--navy-800: #110A76;
--navy-900: #0B064B;
--navy-950: #07042F;
}