Navy
#0B044E
BlueColor Codes
All color formats for development
HEX
#0B044ERGB
rgb(11, 4, 78)HSL
hsl(246, 90%, 16%)OKLCH
oklch(0.206 0.124 272.2)CMYK
cmyk(86%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0446
2#09033E
3#080336
4#07022F
5#060227
6#05021F
7#030117
8#020110
9#010008
Tints
Lighter variations
1#110676
2#17089F
3#1D0BC8
4#230DF0
5#4734F4
6#6C5CF6
7#9085F9
8#B5AEFB
9#DAD6FD
Tones
Muted variations
1#0E084A
2#110B46
3#140F43
4#17133F
5#1A163B
6#1D1A37
7#201E34
8#232130
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A90 #9A90F9 | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A25 #3A25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0B #1F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1909 #1909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1206 #120679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | 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: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C6C0FC;
--navy-300: #9A90F9;
--navy-400: #6555F6;
--navy-500: #3A25F4;
--navy-600: #1F0BD5;
--navy-700: #1909AA;
--navy-800: #120679;
--navy-900: #0B044E;
--navy-950: #070330;
}