Navy
#0B1275
BlueColor Codes
All color formats for development
HEX
#0B1275RGB
rgb(11, 18, 117)HSL
hsl(236, 83%, 25%)OKLCH
oklch(0.277 0.161 267.4)CMYK
cmyk(91%, 85%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1069
2#090E5D
3#080D52
4#070B46
5#05093A
6#04072F
7#030523
8#020417
9#01020C
Tints
Lighter variations
1#0E1798
2#111DBB
3#1522DE
4#2D3AEB
5#505BEF
6#737BF2
7#969CF5
8#B9BDF8
9#DCDEFC
Tones
Muted variations
1#10166F
2#151B6A
3#1B2065
4#20245F
5#25295A
6#2B2D55
7#303250
8#35374A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949A #949AF5 | BordersInactive statesPlaceholder text |
| 400 | 5C66 #5C66F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3A #2D3AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131F #131FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F19 #0F19A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C6F9;
--navy-300: #949AF5;
--navy-400: #5C66F0;
--navy-500: #2D3AEB;
--navy-600: #131FCD;
--navy-700: #0F19A3;
--navy-800: #0B1275;
--navy-900: #070B4B;
--navy-950: #04072F;
}