Navy
#0B034E
BlueColor Codes
All color formats for development
HEX
#0B034ERGB
rgb(11, 3, 78)HSL
hsl(246, 93%, 16%)OKLCH
oklch(0.204 0.125 272.3)CMYK
cmyk(86%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090347
2#08023F
3#070237
4#06022F
5#050127
6#04011F
7#030118
8#020110
9#010008
Tints
Lighter variations
1#100478
2#1506A1
3#1B07CB
4#2009F4
5#4430F8
6#6A5AF9
7#8F83FB
8#B4ACFC
9#DAD6FE
Tones
Muted variations
1#0D074B
2#110A47
3#140E43
4#171240
5#1A163C
6#1D1A38
7#201D34
8#232130
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C5BFFD;
--navy-300: #998EFB;
--navy-400: #6353F9;
--navy-500: #3722F7;
--navy-600: #1D08D9;
--navy-700: #1706AC;
--navy-800: #10047B;
--navy-900: #0A034F;
--navy-950: #070231;
}