Navy
#0B0F74
BlueColor Codes
All color formats for development
HEX
#0B0F74RGB
rgb(11, 15, 116)HSL
hsl(238, 83%, 25%)OKLCH
oklch(0.272 0.162 267.7)CMYK
cmyk(91%, 87%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0D69
2#090B5D
3#080A52
4#070946
5#05073A
6#04062F
7#030423
8#020317
9#01010C
Tints
Lighter variations
1#0E1398
2#1117BB
3#151BDE
4#2D33EB
5#5055EF
6#7377F2
7#9699F5
8#B9BBF8
9#DCDDFC
Tones
Muted variations
1#10136F
2#15186A
3#1B1D65
4#20225F
5#25275A
6#2B2C55
7#303150
8#35364A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F5 | BordersInactive statesPlaceholder text |
| 400 | 5C61 #5C61F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D33 #2D33EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1319 #1319CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F14 #0F14A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0E #0B0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C4F9;
--navy-300: #9497F5;
--navy-400: #5C61F0;
--navy-500: #2D33EB;
--navy-600: #1319CD;
--navy-700: #0F14A3;
--navy-800: #0B0E75;
--navy-900: #07094B;
--navy-950: #04062F;
}